From aea14cfcb260505559370122ab99aa9f3dba70bf Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Thu, 27 Oct 2016 04:20:48 -0500 Subject: [PATCH] Mix missing import --- resources/lib/objects/musicvideos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/objects/musicvideos.py b/resources/lib/objects/musicvideos.py index a0dfa32c..eede7c13 100644 --- a/resources/lib/objects/musicvideos.py +++ b/resources/lib/objects/musicvideos.py @@ -9,7 +9,7 @@ import api import embydb_functions as embydb import _kodi_musicvideos from _common import Items -from utils import window, language as lang, catch_except +from utils import window, settings, language as lang, catch_except ##################################################################################################