• Rafaël Carré's avatar
    fix album art caching for files without artist/album tags · 66e45812
    Rafaël Carré authored
    Closes: #5298
    If a file has no metadata, but has a download URL, we download the image
    and cache it using only the URL.
    Thus files with attachments and empty tags always used the same image,
    because we matched the image to the URL "attachment://X"
    
    Add the title (or file name as fallback) to the cache name when using
    attachments for files without artist/album meta.
    66e45812
art.c 7.34 KB