Routing: Prefix frontend UI routes with /library #840 #2466

Also improves migrations and updates the db schema docs.

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2022-10-15 21:54:11 +02:00
parent 3bad6820d7
commit e3bb8b19dd
202 changed files with 3189 additions and 2608 deletions

View File

@@ -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
}