In the Android app, when I go offline and play cached songs there is no artwork.
The albums have artwork when streaming directly but not if I start playing them offline/from the cache.
I think this is because, when online, the Subsonic API is used to retrieve the artwork, but when caching a file the file itself is simply retrieved and its metadata isn't inspected. Seems like an oversight!
Comments
I think this is because, when online, the Subsonic API is used to retrieve the artwork, but when caching a file the file itself is simply retrieved and its metadata isn't inspected. Seems like an oversight!