mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-15 07:54:18 +02:00
Add comment describing jellyfin image tag invalidation
This commit is contained in:
@@ -89,6 +89,8 @@ const getSongCoverArtUrl = (args: {
|
|||||||
'/Images/Primary' +
|
'/Images/Primary' +
|
||||||
`?width=${size}` +
|
`?width=${size}` +
|
||||||
'&quality=96' +
|
'&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}`
|
`&tag=${args.item.ImageTags.Primary}`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user