mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add tv guide hover menus
This commit is contained in:
parent
817effb7d8
commit
e768e496ed
11 changed files with 267 additions and 58 deletions
|
@ -2201,7 +2201,7 @@
|
|||
for (var i = 0, length = genres.length; i < length; i++) {
|
||||
|
||||
if (i > 0) {
|
||||
html += ' / ';
|
||||
html += '<span> / </span>';
|
||||
}
|
||||
|
||||
var param = item.Type == "Audio" || item.Type == "MusicArtist" || item.Type == "MusicAlbum" ? "musicgenre" : "genre";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue