Get coverart (#163)

* Added initial code to get coverart endpoint

* Test migration cleanup

* Updated icarus_models

* Made endpoint evailable

* Added test

* Version bump

* Code formatting
This commit was merged in pull request #163.
This commit is contained in:
KD
2025-07-26 14:12:03 -04:00
committed by GitHub
parent dbda9a3897
commit a8603361c0
6 changed files with 155 additions and 9 deletions
-4
View File
@@ -56,7 +56,3 @@ CREATE TABLE IF NOT EXISTS "coverart" (
path TEXT NOT NULL,
song_id UUID NOT NULL
);
-- Might not to disable constraints on fields
-- INSERT INTO "song" (id, title, artist, album_artist, album, genre, year, track, disc, track_count, disc_count, duration, audio_type, date_created, filename, directory, user_id) VALUES('44cf7940-34ff-489f-9124-d0ec90a55af9', 'Hypocrite Like The Rest', 'Kuoth', 'Kuoth', 'I', 'Alternative Hip-Hop', 2020, 1, 1, 9, 1, 139, 'flac', '2020-01-01 13:00:00-05', 'track01.flac', 'tests/I', '47491f9b-725a-4ba4-b9a5-711e1be46670');
-- Re-enable the constraints on the fields