desktop: fix sending videos via connected mobile
This commit is contained in:
parent
b1cf1656a0
commit
c9aec88c39
@ -2348,7 +2348,7 @@ sealed class CC {
|
|||||||
is DeleteRemoteHost -> "/delete remote host $remoteHostId"
|
is DeleteRemoteHost -> "/delete remote host $remoteHostId"
|
||||||
is StoreRemoteFile ->
|
is StoreRemoteFile ->
|
||||||
"/store remote file $remoteHostId " +
|
"/store remote file $remoteHostId " +
|
||||||
(if (storeEncrypted == null) "" else " encrypt=${onOff(storeEncrypted)} ") +
|
(if (storeEncrypted == null) "" else "encrypt=${onOff(storeEncrypted)} ") +
|
||||||
localPath
|
localPath
|
||||||
is GetRemoteFile -> "/get remote file $remoteHostId ${json.encodeToString(file)}"
|
is GetRemoteFile -> "/get remote file $remoteHostId ${json.encodeToString(file)}"
|
||||||
is ConnectRemoteCtrl -> "/connect remote ctrl $xrcpInvitation"
|
is ConnectRemoteCtrl -> "/connect remote ctrl $xrcpInvitation"
|
||||||
|
Loading…
Reference in New Issue
Block a user