jellyfin-archive / jellyfin-android-original

Android Client for Jellyfin
https://jellyfin.org
GNU General Public License v2.0
272 stars 65 forks source link

The remote-control notification is not themed #329

Open CutterXYZ opened 4 years ago

CutterXYZ commented 4 years ago

Using Jellyfin for Android v0.9.9 and server 10.5.5 (but this bug already existed on 10.5.4).

I'm using my android device to control playback on my desktop. The notification appearing on my phone was usually themed to the content playing. Since a few days this notification is always white, despite the playing content being identified and populated with metadata. I've wiped the app's cache and user data, it didn't help.

See attached screenshot. Screenshot_20200429-004626

rexbron commented 4 years ago

Can you update to 1.0.0 and see if this is still an issue?

CutterXYZ commented 4 years ago

Yes, it still is.

CutterXYZ commented 4 years ago

Caddy is configured to encrypt everything and I was connecting to my server without specifying the https:// prefix. If I connect to the server with the https:// prefix this bug doesn't happen anymore.

nielsvanvelzen commented 4 years ago

Do you have a HTTP -> HTTPS redirect in Caddy? If that's the case the problem is probably not following redirects when resolving the image.

CutterXYZ commented 4 years ago

Yes Caddy responds to all requests with status code 308 that the app doesn't seem to follow.