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

fix scheduled task crash

This commit is contained in:
Luke Pulverenti 2015-09-03 21:34:57 -04:00
parent b38145c4d3
commit a88319b05d
5 changed files with 47 additions and 248 deletions

View file

@ -5,6 +5,7 @@
var libraryBrowser = {
getDefaultPageSize: function (key, defaultValue) {
return 100;
var saved = appStorage.getItem(key || pageSizeKey);
if (saved) {