fix per py3 (tmdb videolibrarytools, generictools)

This commit is contained in:
Alhaziel
2020-02-15 11:42:18 +01:00
parent 3272766ef0
commit 7b3eb1e366
3 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ def save_movie(item):
return 0, 0, -1
def filter_list(episodelist, action=None, path=None):
if path: path = path.decode('utf8')
# if path: path = path.decode('utf8')
# import xbmc
# if xbmc.getCondVisibility('system.platform.windows') > 0: path = path.replace('smb:','').replace('/','\\')
channel_prefs = {}