Fix missing classmethod

This commit is contained in:
angelblue05 2016-10-21 02:11:09 -05:00
parent e7185bee31
commit 47cc86eeb9
1 changed files with 1 additions and 0 deletions

View File

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