Skip to content

Commit

Permalink
Fixed #245, and changed header of misc module
Browse files Browse the repository at this point in the history
  • Loading branch information
ukdtom committed Jan 22, 2017
1 parent 8f867d4 commit f7ad1fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Contents/Code/misc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
######################################################################################################################
# Plex2CSV module unit
# WebTools module unit
#
# Author: dane22, a Plex Community member
#
Expand Down
2 changes: 1 addition & 1 deletion Contents/Code/pms.py
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ def getSubtitles(self, req, mediaKey=''):
subInfo['languageCode'] = stream.get('languageCode')
if stream.get('key') == None:
location = 'Embedded'
elif stream.get('format') == '':
elif stream.get('format') == None:
location = 'Agent'
else:
location = 'Sidecar'
Expand Down

0 comments on commit f7ad1fb

Please sign in to comment.