From f472f44a409e2ad1639c615cf99297d82b2b68b4 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Sat, 26 Dec 2015 17:50:38 -0600 Subject: [PATCH] Fix missing import --- resources/lib/entrypoint.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lib/entrypoint.py b/resources/lib/entrypoint.py index 7f679276..ab753d08 100644 --- a/resources/lib/entrypoint.py +++ b/resources/lib/entrypoint.py @@ -17,6 +17,7 @@ import artwork import utils import clientinfo import downloadutils +import librarysync import read_embyserver as embyserver import embydb_functions as embydb import playlist