mirror of
https://github.com/markuryy/shark.git
synced 2025-12-12 19:51:01 +00:00
feat(playlist): use first album cover art for playlists
Add logic to find and use album cover art as a fallback when playlist cover art is missing, both for local and online playlists. Update database schema and upsert logic to store album picture URLs for online tracks. Improve UI to display fallback cover art when needed.
This commit is contained in:
@@ -121,6 +121,7 @@ pub fn run() {
|
||||
title TEXT NOT NULL,
|
||||
artist_name TEXT NOT NULL,
|
||||
album_title TEXT,
|
||||
album_picture TEXT,
|
||||
duration INTEGER DEFAULT 0,
|
||||
track_number INTEGER,
|
||||
cached_at INTEGER NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user