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,
|
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'
|
|
||||||
}));
|
}));
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue