mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-31 13:26:12 +00:00
Remove kodi_six: import directly
This commit is contained in:
parent
8cabd4e2a3
commit
cd53329fb9
26 changed files with 51 additions and 26 deletions
|
@ -7,7 +7,7 @@ import os
|
|||
import xml.etree.ElementTree as etree
|
||||
from urllib.parse import urlencode
|
||||
|
||||
from kodi_six import xbmcvfs
|
||||
import xbmcvfs
|
||||
|
||||
from .database import Database, jellyfin_db, get_sync, save_sync
|
||||
from .helper import translate, api, window, event
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue