jeffvli / feishin

A modern self-hosted music player.
https://feishin.vercel.app
GNU General Public License v3.0
2.44k stars 103 forks source link

Jellyfin Album Art Does Not Show #616

Open toffee-makes-things opened 4 months ago

toffee-makes-things commented 4 months ago

Expected Behavior

The Album Art Should Have Shown

Current Behavior

The Album Art Does Not Show Screenshot 2024-05-14 at 10 32 57 PM

Steps to Reproduce

  1. Run a JellyFin 10.9.1 Server
  2. Add it into Feishin
  3. Encounter Issue

Possible Solution

Seems to be an issues with CORS (though the "ignore cors" switch does not seem to solve this) Screenshot 2024-05-14 at 10 36 20 PM

Context

No response

Application version

0.7.1

Operating System and version

Windows 11 Desktop & MacOS 14.4 Desktop

Server and Version

JellyFin 10.9.1

Node Version (if developing locally)

No response

ariagivens commented 2 months ago

The issue may be with your reverse proxy. I was able to fix it by commenting out the following lines in jellyfin.conf provided by Jellyfin for nginx:

# COOP/COEP. Disable if you use external plugins/images/assets
# add_header Cross-Origin-Opener-Policy "same-origin" always;
# add_header Cross-Origin-Embedder-Policy "require-corp" always;
# add_header Cross-Origin-Resource-Policy "same-origin" always;

Now the album art appears!