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:
parent
e768e496ed
commit
518003518b
8 changed files with 153 additions and 55 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue