1
0
Fork 0
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:
Luke Pulverenti 2013-04-15 19:15:46 -04:00
parent e19fd498c0
commit b9a45615c5
3 changed files with 11 additions and 9 deletions

View file

@ -7,7 +7,7 @@
if (window.location.toString().toLowerCase().indexOf('localhost') != -1) {
return 100;
}
return 25;
return 20;
},
getPosterDetailViewHtml: function (options) {