mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-18 23:35:08 +00:00
Fix database discovery
Add table verification + date modified verification
This commit is contained in:
parent
7da421d970
commit
ddc6b01055
2 changed files with 29 additions and 9 deletions
|
@ -128,8 +128,6 @@ class Library(threading.Thread):
|
|||
|
||||
LOG.info("Newly discovered database: %s", kodidb.path)
|
||||
settings('DiscoveredDatabase', kodidb.path)
|
||||
self.monitor.settings['enable_db_discovery'] = False
|
||||
settings('AskDiscoverDatabase.bool', False)
|
||||
|
||||
return False
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue