mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
add Navidrome/Jellyfin image cache invalidation
This commit is contained in:
parent
eea36f720a
commit
2feef206fb
3 changed files with 13 additions and 2 deletions
|
|
@ -88,7 +88,8 @@ const getSongCoverArtUrl = (args: {
|
|||
`/${args.item.Id}` +
|
||||
'/Images/Primary' +
|
||||
`?width=${size}` +
|
||||
'&quality=96'
|
||||
'&quality=96' +
|
||||
`&tag=${args.item.ImageTags.Primary}`
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue