From 6b7fc4c7d83778646551aefe483bd2279decfbe3 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Mon, 29 Jan 2018 01:49:39 -0600 Subject: [PATCH] Revert "Fix source selection" This reverts commit 821e6ba385b9a6328f73ed645511166c897c96ed. --- resources/lib/playutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/playutils.py b/resources/lib/playutils.py index 9dcd7136..b996b1ad 100644 --- a/resources/lib/playutils.py +++ b/resources/lib/playutils.py @@ -93,7 +93,7 @@ class PlayUtils(): selected_source = source 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'): # Do nothing log.info("Special case, skip media sources selection.")