mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
restore footer fluidity
This commit is contained in:
parent
3e0fc7ada1
commit
fdda8549ba
4 changed files with 5 additions and 16 deletions
|
@ -704,7 +704,7 @@
|
|||
});
|
||||
|
||||
}
|
||||
else if (item.Type == "Channel" || item.Type == "Recording") {
|
||||
else if (item.Type == "TvChannel" || item.Type == "Recording") {
|
||||
url = "css/images/items/detail/tv.png";
|
||||
}
|
||||
else if (item.MediaType == "Audio") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue