1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

restore saved movie views

This commit is contained in:
Luke Pulverenti 2015-08-15 14:46:57 -04:00
parent 68c88cbf97
commit 7f44f00a69
7 changed files with 59 additions and 35 deletions

View file

@ -68,6 +68,7 @@
}
$('#recentlyAddedItems', page).html(html).lazyChildren();
LibraryBrowser.setLastRefreshed(page);
});
}