mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
Add comment describing jellyfin image tag invalidation
This commit is contained in:
parent
2feef206fb
commit
f4be797f16
1 changed files with 2 additions and 0 deletions
|
|
@ -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}`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue