fixed some unwatch cleanup stuff

This commit is contained in:
Connor Johnstone
2026-03-24 20:41:13 -04:00
parent 8e3d86c25e
commit 58c798bb20
+1
View File
@@ -172,6 +172,7 @@ pub async fn tag_track(
file_mtime: NotSet,
added_at: NotSet,
updated_at: NotSet,
tagged: Set(true),
};
queries::tracks::update_metadata(conn, track.id, active).await?;