Fix source selection

This commit is contained in:
angelblue05 2018-01-29 01:38:35 -06:00
parent ec2c3622f3
commit 821e6ba385

View file

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