mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
show movies on boxset page
This commit is contained in:
parent
e19fd498c0
commit
b9a45615c5
3 changed files with 11 additions and 9 deletions
|
@ -7,7 +7,7 @@
|
|||
if (window.location.toString().toLowerCase().indexOf('localhost') != -1) {
|
||||
return 100;
|
||||
}
|
||||
return 25;
|
||||
return 20;
|
||||
},
|
||||
|
||||
getPosterDetailViewHtml: function (options) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue