mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
improve cd and poster views
This commit is contained in:
parent
afbda20cad
commit
0595f24311
6 changed files with 209 additions and 23 deletions
|
@ -122,6 +122,9 @@
|
|||
if (context == "music" && item.Type == "Genre") {
|
||||
$('#musicGenreTabs', page).show();
|
||||
}
|
||||
if (context == "music" && item.Type == "Artist") {
|
||||
$('#artistTabs', page).show();
|
||||
}
|
||||
}
|
||||
|
||||
function renderTabs(page, item) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue