From 47cc86eeb9809c2607bb731fc927eeb4b170ed7f Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Fri, 21 Oct 2016 02:11:09 -0500 Subject: [PATCH] Fix missing classmethod --- resources/lib/librarysync.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lib/librarysync.py b/resources/lib/librarysync.py index 705a806a..2c0ed3b3 100644 --- a/resources/lib/librarysync.py +++ b/resources/lib/librarysync.py @@ -842,6 +842,7 @@ class LibrarySync(threading.Thread): # Database out of date. return False + @classmethod def _verify_emby_database(cls): # Create the tables for the emby database conn = utils.kodiSQL('emby')