Revert "Fix direct paths not being enabled"

This reverts commit 7fcaa79b78.
This commit is contained in:
tomkat83 2016-03-22 13:25:46 +01:00
parent cffe8acb69
commit 57b42528f2

View file

@ -37,7 +37,7 @@ class Items(object):
self.doUtils = downloadutils.DownloadUtils()
self.kodiversion = int(xbmc.getInfoLabel("System.BuildVersion")[:2])
# self.directpath = utils.settings('useDirectPaths') == "1"
self.directpath = True if utils.window('useDirectPaths') == '1' \
self.directpath = True if utils.window('useDirectPaths') == 'true' \
else False
# self.music_enabled = utils.settings('enableMusic') == "true"
# self.contentmsg = utils.settings('newContent') == "true"