mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
support remote queuing to web client
This commit is contained in:
parent
663b5e93a1
commit
dbf7337f7c
5 changed files with 28 additions and 18 deletions
|
@ -1476,7 +1476,7 @@
|
|||
|
||||
var html = '';
|
||||
|
||||
if (item.Type != "Audio") {
|
||||
if (item.Type != "Audio" && item.Type != "Season" && item.Type != "Series") {
|
||||
html += LibraryBrowser.getItemProgressBarHtml(item);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue