Never try to transcode Plex Music
This commit is contained in:
parent
387f63c4b9
commit
a88a8a017a
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue