diff --git a/resources/lib/sync.py b/resources/lib/sync.py index 9b51cfbb..3969241c 100644 --- a/resources/lib/sync.py +++ b/resources/lib/sync.py @@ -7,7 +7,7 @@ import xbmc from .downloadutils import DownloadUtils as DU from . import library_sync, timing from . import backgroundthread, utils, path_ops, artwork, variables as v, app -from . import plex_db, kodi_db +from . import kodi_db LOG = getLogger('PLEX.sync')