Skip to content

Commit 1391d44

Browse files
committed
Update rs library version
1 parent d3b46bf commit 1391d44

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ wellsql = '2.0.0'
101101
wordpress-aztec = 'v2.1.4'
102102
wordpress-lint = '2.2.0'
103103
wordpress-persistent-edittext = '1.0.2'
104-
wordpress-rs = 'trunk-a0864c91b8dc3726b0ad43e22662c4415aca59ce'
104+
wordpress-rs = 'trunk-fb107b497caaf2b1f4ffcf9f487784792561a645'
105105
wordpress-utils = '3.14.0'
106106
automattic-ucrop = '2.2.11'
107107
zendesk = '5.5.1'

libs/fluxc/src/main/java/org/wordpress/android/fluxc/network/rest/wpapi/media/MediaRSApiRestClient.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,10 +256,10 @@ class MediaRSApiRestClient @Inject constructor(
256256

257257
val mediaResponse = client.request { requestBuilder ->
258258
requestBuilder.media().create(
259-
params = MediaCreateParams(title = media.title),
260-
filePath = filePath,
261-
fileContentType = media.mimeType.orEmpty(),
262-
requestId = null
259+
params = MediaCreateParams(
260+
title = media.title,
261+
filePath = filePath,
262+
),
263263
)
264264
}
265265

0 commit comments

Comments
 (0)