fix vari kodi 19

This commit is contained in:
marco
2020-02-06 22:44:38 +01:00
parent a680775c79
commit e4a83b590f
12 changed files with 25 additions and 20 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ def encode(path, _samba=False):
if scrapertools.find_single_match(path, '(^\w+:\/\/)') or _samba:
path = path.encode("utf-8", "ignore")
else:
if fs_encoding:
if fs_encoding and not PY3:
path = path.encode(fs_encoding, "ignore")
return path
-1
View File
@@ -21,7 +21,6 @@ import copy
import re
import sqlite3
import time
import urllib
import xbmcaddon