if filter is changed while on album view, make the albums screen reflect that when the user hits "back"
This commit is contained in:
parent
15b8e44a22
commit
9321aecf17
@ -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();
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user