desktop: fix sending videos via connected mobile

This commit is contained in:
Evgeny Poberezkin 2023-11-24 13:14:52 +00:00
parent b1cf1656a0
commit c9aec88c39

View File

@ -2348,7 +2348,7 @@ sealed class CC {
is DeleteRemoteHost -> "/delete remote host $remoteHostId"
is StoreRemoteFile ->
"/store remote file $remoteHostId " +
(if (storeEncrypted == null) "" else " encrypt=${onOff(storeEncrypted)} ") +
(if (storeEncrypted == null) "" else "encrypt=${onOff(storeEncrypted)} ") +
localPath
is GetRemoteFile -> "/get remote file $remoteHostId ${json.encodeToString(file)}"
is ConnectRemoteCtrl -> "/connect remote ctrl $xrcpInvitation"