mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-12 04:15:08 +00:00
Handle sys.getfilesystemencoding() returning None
This commit is contained in:
parent
5db16141cc
commit
b67f7a8c51
4 changed files with 20 additions and 7 deletions
|
@ -21,6 +21,7 @@ from .utils import create_id
|
|||
from .utils import convert_to_local as Local
|
||||
from .utils import has_attribute
|
||||
from .utils import set_addon_mode
|
||||
from .utils import get_filesystem_encoding
|
||||
|
||||
from .wrapper import progress
|
||||
from .wrapper import catch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue