Revert "Fix source selection"

This reverts commit 821e6ba385.
This commit is contained in:
angelblue05 2018-01-29 01:49:39 -06:00
parent 821e6ba385
commit 6b7fc4c7d8
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class PlayUtils():
selected_source = source selected_source = source
break break
elif (self.item['MediaType'] != 'Video' and self.item['Type'] == 'TvChannel' and elif (self.item['MediaType'] != 'Video' or self.item['Type'] == 'TvChannel' or
self.item.get('SourceType') != 'Library'): self.item.get('SourceType') != 'Library'):
# Do nothing # Do nothing
log.info("Special case, skip media sources selection.") log.info("Special case, skip media sources selection.")