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

prefix game/music user data id's to avoid collisions with movies and tv

This commit is contained in:
Luke Pulverenti 2013-10-04 20:44:43 -04:00
parent e8c4548561
commit c236b53727

View file

@ -22,8 +22,7 @@
useAverageAspectRatio: true, useAverageAspectRatio: true,
showNewIndicator: false, showNewIndicator: false,
transparent: true, transparent: true,
borderless: true, borderless: true
imagePosition: 'center center'
})); }));
}); });
@ -51,8 +50,7 @@
items: result.Items, items: result.Items,
useAverageAspectRatio: true, useAverageAspectRatio: true,
transparent: true, transparent: true,
borderless: true, borderless: true
imagePosition: 'center center'
})); }));
}); });
@ -80,8 +78,7 @@
items: result.Items, items: result.Items,
useAverageAspectRatio: true, useAverageAspectRatio: true,
transparent: true, transparent: true,
borderless: true, borderless: true
imagePosition: 'center center'
})); }));
}); });