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:
parent
e8c4548561
commit
c236b53727
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
}));
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue