Replaced albums.load() with lychee.goto()

This commit is contained in:
Tobias Reich 2016-03-06 18:26:23 +01:00
parent b63c47cf92
commit 45f8ff053e
2 changed files with 2 additions and 2 deletions

View File

@ -594,7 +594,7 @@ album.merge = function(albumIDs) {
lychee.error(null, params, data)
} else {
albums.refresh()
albums.load()
lychee.goto()
}
})

View File

@ -94,7 +94,7 @@ search.reset = function() {
search.hash = null
lychee.animate('.divider', 'fadeOut')
albums.load()
lychee.goto()
}