Correctly use window var
This commit is contained in:
parent
8cdf5a8a7b
commit
23383f1e8b
1 changed files with 1 additions and 1 deletions
|
@ -2372,7 +2372,7 @@ class API():
|
||||||
1080)
|
1080)
|
||||||
else:
|
else:
|
||||||
# Don't transcode
|
# Don't transcode
|
||||||
if window('useDirectPaths') == '0':
|
if window('useDirectPaths') == 'true':
|
||||||
# Addon Mode. Just give the path of the file to Kodi
|
# Addon Mode. Just give the path of the file to Kodi
|
||||||
path = self.addPlexCredentialsToUrl(
|
path = self.addPlexCredentialsToUrl(
|
||||||
'%s%s' % (window('pms_server'),
|
'%s%s' % (window('pms_server'),
|
||||||
|
|
Loading…
Reference in a new issue