if filter is changed while on album view, make the albums screen reflect that when the user hits "back"

This commit is contained in:
Jason Priebe 2016-11-28 02:39:58 +00:00
parent 15b8e44a22
commit 9321aecf17

View File

@ -27,13 +27,13 @@ filter.setFilter = function() {
basicModal.close();
albums.refresh();
if (album.json !== null)
{
album.load(album.json.id, true);
}
else
{
albums.refresh();
albums.load();
}
};