mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update audio player
This commit is contained in:
parent
d3f216a01e
commit
84679843fe
3 changed files with 19 additions and 4 deletions
|
@ -9,6 +9,10 @@ define(['css!./indicators.css', 'material-icons'], function () {
|
|||
}
|
||||
}
|
||||
|
||||
if (item.Type === 'AudioBook' || item.Type === 'AudioPodcast') {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue