Use window var instead of settings var

This commit is contained in:
tomkat83 2017-01-15 18:21:21 +01:00
parent 2700cc6f6f
commit 8cdf5a8a7b

View file

@ -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'),