format,test,blah
CI / check (push) Successful in 1m14s
CI / docker (push) Successful in 2m13s

This commit is contained in:
Connor Johnstone
2026-03-24 20:47:14 -04:00
parent 2c49f82384
commit 3ae6c3e0e3
4 changed files with 4 additions and 3 deletions
+1
View File
@@ -32,6 +32,7 @@ fn make_track(id: i32, title: &str, artist_id: Option<i32>, mbid: Option<&str>)
added_at: now, added_at: now,
updated_at: now, updated_at: now,
file_mtime: None, file_mtime: None,
tagged: false,
} }
} }