fixed some unwatch cleanup stuff
This commit is contained in:
@@ -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?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user