Compare commits

..

1 Commits

Author SHA1 Message Date
Connor Johnstone 58c798bb20 fixed some unwatch cleanup stuff 2026-03-24 20:41:13 -04:00
+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?;