h
This commit is contained in:
@@ -1653,12 +1653,12 @@ class Folder(Store):
|
||||
if t:
|
||||
cursor.execute(
|
||||
"INSERT OR IGNORE INTO tag (hash, tag) VALUES (?, ?)",
|
||||
(hash,
|
||||
(file_identifier,
|
||||
t),
|
||||
)
|
||||
db.connection.commit()
|
||||
try:
|
||||
db._update_metadata_modified_time(hash)
|
||||
db._update_metadata_modified_time(file_identifier)
|
||||
except Exception:
|
||||
pass
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user