Use window var instead of settings var
This commit is contained in:
parent
2700cc6f6f
commit
8cdf5a8a7b
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 settings('useDirectPaths') == '0':
|
if window('useDirectPaths') == '0':
|
||||||
# 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