Replaced albums.load() with lychee.goto()
This commit is contained in:
parent
b63c47cf92
commit
45f8ff053e
@ -594,7 +594,7 @@ album.merge = function(albumIDs) {
|
|||||||
lychee.error(null, params, data)
|
lychee.error(null, params, data)
|
||||||
} else {
|
} else {
|
||||||
albums.refresh()
|
albums.refresh()
|
||||||
albums.load()
|
lychee.goto()
|
||||||
}
|
}
|
||||||
|
|
||||||
})
|
})
|
||||||
|
@ -94,7 +94,7 @@ search.reset = function() {
|
|||||||
search.hash = null
|
search.hash = null
|
||||||
|
|
||||||
lychee.animate('.divider', 'fadeOut')
|
lychee.animate('.divider', 'fadeOut')
|
||||||
albums.load()
|
lychee.goto()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user