1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
Techywarrior 2013-04-15 16:44:03 -07:00
commit 2935b11798
5 changed files with 83 additions and 7 deletions

View file

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