Remove kodi_six: import directly

This commit is contained in:
Odd Stråbø 2024-06-11 05:10:57 +00:00
commit cd53329fb9
26 changed files with 51 additions and 26 deletions

View file

@ -10,7 +10,8 @@ import sqlite3
import sys
import re
from kodi_six import xbmc, xbmcvfs
import xbmc
import xbmcvfs
from . import jellyfin_db
from ..helper import translate, settings, window, dialog