Detect missing database file also in gdrive mode

pull/2320/head
Ozzie Isaacs 2 years ago
parent 5b3015619d
commit 89877835b3

@ -304,7 +304,6 @@ class _ConfigSQL(object):
have_metadata_db = bool(self.config_calibre_dir)
if have_metadata_db:
if not self.config_use_google_drive:
db_file = os.path.join(self.config_calibre_dir, 'metadata.db')
have_metadata_db = os.path.isfile(db_file)
self.db_configured = have_metadata_db

Loading…
Cancel
Save