fixes #697 - Support xbmc offline discs
This commit is contained in:
@@ -1011,7 +1011,7 @@
|
||||
return false;
|
||||
}
|
||||
|
||||
if (item.LocationType == "Virtual") {
|
||||
if (item.LocationType == "Virtual" || item.IsPlaceHolder) {
|
||||
return false;
|
||||
}
|
||||
if (item.Type == "MusicAlbum" || item.Type == "MusicArtist" || item.Type == "MusicGenre") {
|
||||
|
||||
Reference in New Issue
Block a user