mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Also improves migrations and updates the db schema docs. Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
// Updates the local list of remote files so that they can be downloaded in batches
|
||||
func (w *Sync) refresh(a entity.Account) (complete bool, err error) {
|
||||
func (w *Sync) refresh(a entity.Service) (complete bool, err error) {
|
||||
if a.AccType != remote.ServiceWebDAV {
|
||||
return false, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user