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')