fixed some unwatch cleanup stuff

This commit is contained in:
Connor Johnstone
2026-03-24 20:41:13 -04:00
parent 494de64f0a
commit 6057ffa158
+1
View File
@@ -112,6 +112,7 @@ async fn process_file(
file_mtime: Set(Some(scanned.mtime)), file_mtime: Set(Some(scanned.mtime)),
added_at: NotSet, added_at: NotSet,
updated_at: NotSet, updated_at: NotSet,
tagged: NotSet,
}; };
queries::tracks::upsert(conn, active).await?; queries::tracks::upsert(conn, active).await?;