mirror of
https://github.com/janeczku/calibre-web
synced 2025-11-14 22:27:10 +00:00
GitIgnore update + fixes for initial setup
This commit is contained in:
@@ -312,7 +312,7 @@ class Config:
|
||||
else:
|
||||
self.config_google_drive_watch_changes_response=None
|
||||
|
||||
if self.config_calibre_dir is not None:
|
||||
if (self.config_calibre_dir is not None and not self.config_use_google_drive) or os.path.exists(self.config_calibre_dir + '/metadata.db'):
|
||||
self.db_configured = True
|
||||
else:
|
||||
self.db_configured = False
|
||||
|
||||
Reference in New Issue
Block a user