File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
libs/fluxc/src/main/java/org/wordpress/android/fluxc/network/rest/wpapi/media Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ wellsql = '2.0.0'
101101wordpress-aztec = ' v2.1.4'
102102wordpress-lint = ' 2.2.0'
103103wordpress-persistent-edittext = ' 1.0.2'
104- wordpress-rs = ' trunk-a0864c91b8dc3726b0ad43e22662c4415aca59ce '
104+ wordpress-rs = ' trunk-fb107b497caaf2b1f4ffcf9f487784792561a645 '
105105wordpress-utils = ' 3.14.0'
106106automattic-ucrop = ' 2.2.11'
107107zendesk = ' 5.5.1'
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments