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

add dynamic images

This commit is contained in:
Luke Pulverenti 2015-03-14 00:50:23 -04:00
parent 7a5667a198
commit 99bfe82587

View file

@ -462,7 +462,7 @@
switch (index) {
case 0:
return 'smalllibrarytiles-automobile';
return 'librarytiles-automobile';
case 1:
return 'resume';
case 2:
@ -493,6 +493,9 @@
else if (section == 'smalllibrarytiles-automobile') {
Sections.loadLibraryTiles(elem, userId, 'homePageSmallBackdrop', index, true);
}
else if (section == 'librarytiles-automobile') {
Sections.loadLibraryTiles(elem, userId, 'backdrop', index, true);
}
else if (section == 'librarybuttons') {
Sections.loadlibraryButtons(elem, userId, index);
}