Update book path when it's been moved
This commit is contained in:
@@ -97,7 +97,7 @@ class DatabaseFunctions:
|
||||
tags = ', '.join([j for j in tags if j])
|
||||
|
||||
sql_command_add = (
|
||||
"INSERT INTO \
|
||||
"INSERT OR REPLACE INTO \
|
||||
books (Title, Author, Year, Path, ISBN, Tags, Hash, CoverImage) \
|
||||
VALUES (?, ?, ?, ?, ?, ?, ?, ?)")
|
||||
|
||||
|
Reference in New Issue
Block a user