-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Live TV Image Not Displaying on >10.9.0 #5499
Comments
Seems like this is very random. Maybe 1 in 50 page loads it works fine and shows the image as expected. It just showed up perfectly fine when I navigated to the page. Then I refreshed and the image didn't show up again. |
Hi, same issue here, and I just found out that it occurs everytime I refresh the homepage or when a user logs in for the first time. I have a temporary solution for this, you can add the following lines to the custom CSS in the settings: .cardImageContainer.defaultCardBackground.defaultCardBackground3.cardContent.itemAction[aria-label="Live TV"] {
background-image: url('https://example.com/.....');
background-size: cover;
background-position: center;
}
.cardImageContainer.defaultCardBackground.defaultCardBackground3.cardContent.itemAction[aria-label="Live TV"] .cardImageIcon.material-icons.live_tv[aria-hidden="true"] {
display: none;
} Remember to replace the background image url with your LiveTV image url, you can find it using the developer tools (aka F12) in your browser when Jellyfin correctly loads your LiveTV image. And if your Jellyfin consistently fails to load the LiveTV image preventing you from finding the url, try going to the settings and then returning to the homepage. Hope this issue can be resolved soon :) |
This erases the images after the LiveTV view has been pushed to the array, effectively removing them from the pushed element. |
Describe The Bug
After upgrading to version 10.9.0, the Live TV image no longer shows up. Every other image shows just fine.
Steps To Reproduce
Expected Behavior
Live TV custom image to show as expected
Logs
Screenshots
System (please complete the following information):
Additional Context
I have tried deleting the custom image and re-uploading it. That worked for just a bit (I think until the next refresh). Then it stopped displaying again.
The text was updated successfully, but these errors were encountered: