mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
Mix missing import
This commit is contained in:
parent
2465b4a3dd
commit
aea14cfcb2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import api
|
||||||
import embydb_functions as embydb
|
import embydb_functions as embydb
|
||||||
import _kodi_musicvideos
|
import _kodi_musicvideos
|
||||||
from _common import Items
|
from _common import Items
|
||||||
from utils import window, language as lang, catch_except
|
from utils import window, settings, language as lang, catch_except
|
||||||
|
|
||||||
##################################################################################################
|
##################################################################################################
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue