mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Add comment describing jellyfin image tag invalidation
This commit is contained in:
@@ -89,6 +89,8 @@ const getSongCoverArtUrl = (args: {
|
||||
'/Images/Primary' +
|
||||
`?width=${size}` +
|
||||
'&quality=96' +
|
||||
// Invalidate the cache if the image chances. This appears to be
|
||||
// how Jellyfin Web does it as well
|
||||
`&tag=${args.item.ImageTags.Primary}`
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user