mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix missing classmethod
This commit is contained in:
parent
e7185bee31
commit
47cc86eeb9
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue