mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
removed dead code
This commit is contained in:
parent
d8c62ad7bb
commit
a1057972b4
@ -101,17 +101,6 @@
|
||||
var libraryBrowser = {
|
||||
getDefaultPageSize: function (key, defaultValue) {
|
||||
|
||||
return 100;
|
||||
var saved = appStorage.getItem(key || pageSizeKey);
|
||||
|
||||
if (saved) {
|
||||
return parseInt(saved);
|
||||
}
|
||||
|
||||
if (defaultValue) {
|
||||
return defaultValue;
|
||||
}
|
||||
|
||||
return 100;
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user