Fix other API change: body renamed to filename
This commit is contained in:
parent
6a1ef6d6f7
commit
c1c9f53015
13 changed files with 28 additions and 28 deletions
|
|
@ -92,7 +92,7 @@ class MediaViewerPresenter @AssistedInject constructor(
|
|||
mediaLoader.downloadMediaFile(
|
||||
source = inputs.mediaSource,
|
||||
mimeType = inputs.mediaInfo.mimeType,
|
||||
body = inputs.mediaInfo.filename
|
||||
filename = inputs.mediaInfo.filename
|
||||
)
|
||||
.onSuccess {
|
||||
mediaFile.value = it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue