mirror of
https://github.com/bitfireAT/davx5-ose.git
synced 2025-12-23 15:07:51 -05:00
Delegate fileName into DmfsTask.syncId (#1871)
Signed-off-by: Arnau Mora <arnyminerz@proton.me>
This commit is contained in:
@@ -23,7 +23,9 @@ import java.util.Optional
|
||||
*/
|
||||
class LocalTask: DmfsTask, LocalResource {
|
||||
|
||||
override var fileName: String? = null
|
||||
override var fileName: String?
|
||||
get() = syncId
|
||||
set(value) { syncId = value }
|
||||
|
||||
/**
|
||||
* Note: Schedule-Tag for tasks is not supported
|
||||
|
||||
Reference in New Issue
Block a user