-
-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't build non-existent image URLs #894
Conversation
So currently, that fix would actually break backdrop images, my bad. I took a look again at these fields because I forgot they're split, |
Added a new function that switches on
For this, I return
Considering the existing function always worked with a Hopefully, I understood the requirements 🙂 let me know if further adjustments are required. |
I believe this fixes #884 as an image URL will only be returned if there are image tags, and without a URL LazyImage should result in the failure case. I don't have a Jellyfin server setup so I could be wrong with my changes so guidance would be appreciated.