mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04: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,10 +132,8 @@ class Library(threading.Thread):
|
|||
settings('AskDiscoverDatabase.bool', True)
|
||||
|
||||
return False
|
||||
else:
|
||||
settings('DiscoveredDatabase', "")
|
||||
|
||||
return True
|
||||
return True
|
||||
|
||||
@stop()
|
||||
def service(self):
|
||||
|
|
Loading…
Reference in a new issue