1
0
Fork 0
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:
Luke Pulverenti 2017-01-09 16:02:36 -05:00
parent d3f216a01e
commit 84679843fe
3 changed files with 19 additions and 4 deletions

View file

@ -9,6 +9,10 @@ define(['css!./indicators.css', 'material-icons'], function () {
}
}
if (item.Type === 'AudioBook' || item.Type === 'AudioPodcast') {
return true;
}
return false;
}