Never try to transcode Plex Music

This commit is contained in:
tomkat83 2016-05-08 12:33:13 +02:00
parent 387f63c4b9
commit a88a8a017a
1 changed files with 3 additions and 0 deletions

View File

@ -186,6 +186,9 @@ class PlayUtils():
return False
def isDirectStream(self):
# Never transcode Music
if self.API.getType() == 'track':
return True
# set to 'Transcode=2'
if utils.settings('playType') == "2":
# User forcing to play via HTTP