From 3070740f52b14d4cf8cc589dcd4d192ff9ec7a9b Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Tue, 6 Nov 2018 17:09:20 -0600 Subject: [PATCH] Fix playback for server 3.6.0.61 --- resources/lib/helper/playutils.py | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/resources/lib/helper/playutils.py b/resources/lib/helper/playutils.py index f56c743a..829a62d4 100644 --- a/resources/lib/helper/playutils.py +++ b/resources/lib/helper/playutils.py @@ -318,10 +318,6 @@ class PlayUtils(object): { "Type": "Video" }, - { - "Type": "Video", - "Container": "strm" - }, { "Type": "Audio" }, @@ -424,13 +420,8 @@ class PlayUtils(object): } ) - if self.info['ForceTranscode'] or self.item['LocationType'] == 'Remote': - profile['DirectPlayProfiles'] = [ - { - "Type": "Video", - "Container": "strm" - } - ] + if self.info['ForceTranscode']: + profile['DirectPlayProfiles'] = [{}] if self.item['Type'] == 'TvChannel': profile['TranscodingProfiles'].insert(0, {