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,
showNewIndicator: false,
transparent: true,
borderless: true,
imagePosition: 'center center'
borderless: true
}));
});
@ -51,8 +50,7 @@
items: result.Items,
useAverageAspectRatio: true,
transparent: true,
borderless: true,
imagePosition: 'center center'
borderless: true
}));
});
@ -80,8 +78,7 @@
items: result.Items,
useAverageAspectRatio: true,
transparent: true,
borderless: true,
imagePosition: 'center center'
borderless: true
}));
});