1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add tv service status reporting

This commit is contained in:
Luke Pulverenti 2014-01-16 12:23:30 -05:00
parent e768e496ed
commit 518003518b
8 changed files with 153 additions and 55 deletions

View file

@ -993,6 +993,9 @@
self.canPlay = function (item) {
if (item.LocationType == "Virtual") {
return false;
}
if (item.Type == "MusicAlbum" || item.Type == "MusicArtist" || item.Type == "MusicGenre") {
return true;
}