1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

All: Fixed Nextcloud sync target ID (which was incorrectly set to WebDAV sync ID)

This commit is contained in:
Laurent Cozic
2018-02-15 18:01:05 +00:00
parent 3551c26e28
commit 9347683fe3
2 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@ class SyncTargetNextcloud extends BaseSyncTarget {
}
async initFileApi() {
const fileApi = await SyncTargetWebDAV.initFileApi_({
const fileApi = await SyncTargetWebDAV.initFileApi_(SyncTargetNextcloud.id(), {
path: Setting.value('sync.5.path'),
username: Setting.value('sync.5.username'),
password: Setting.value('sync.5.password'),