mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-01-24 17:06:11 +00:00
Fix database discovery prompt
This commit is contained in:
parent
05e8a2eb5d
commit
9b8574b6a6
1 changed files with 1 additions and 3 deletions
|
@ -132,8 +132,6 @@ class Library(threading.Thread):
|
||||||
settings('AskDiscoverDatabase.bool', True)
|
settings('AskDiscoverDatabase.bool', True)
|
||||||
|
|
||||||
return False
|
return False
|
||||||
else:
|
|
||||||
settings('DiscoveredDatabase', "")
|
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue