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

more client sync stubs

This commit is contained in:
Luke Pulverenti 2015-09-15 00:31:12 -04:00
parent fcc1746fde
commit 4ed9e6d637
12 changed files with 297 additions and 25 deletions

View file

@ -1561,8 +1561,8 @@
posterWidth = 200;
}
else if (options.shape == 'detailPageSquare') {
posterWidth = 200;
squareSize = 200;
posterWidth = 240;
squareSize = 240;
}
else if (options.shape == 'detailPage169') {
posterWidth = 320;