Skip to content
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

Bug: Images and image update buttons don't show up #75

Closed
SteveDinn opened this issue Jul 5, 2022 · 8 comments
Closed

Bug: Images and image update buttons don't show up #75

SteveDinn opened this issue Jul 5, 2022 · 8 comments
Labels
bug Something isn't working

Comments

@SteveDinn
Copy link

Describe the bug
When the "Edit Images" ... menu item is clicked and images are searched for, the grid of images is displayed, but the images themselves are not visible, nor is the "update image" button.

To Reproduce
Steps to reproduce the behavior:

  1. Go to any episode, series, movie, etc.
  2. Click "..." & "Edit Images"
  3. Click on the magnifying glass to search for images.
  4. See the grid, but no images appearing.

Expected behavior
You should be able to see the images that were searched for.

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows
  • Browser: Chrome
  • Version: 102.0.5005.115 (Official Build) (64-bit)

Additional context
My Jellyfin CSS code:

@import url("https://cdn.jsdelivr.net/npm/jellyskin@latest/dist/main.css");
@import url("https://cdn.jsdelivr.net/npm/jellyskin@latest/dist/logo.css");
@SteveDinn SteveDinn added the bug Something isn't working label Jul 5, 2022
@SteveDinn
Copy link
Author

Switching my custom CSS code back to the previous way I had it configured lets me see most of the images, as well as the "update image" buttons.

@import url("https://cdn.jsdelivr.net/gh/prayag17/JellySkin/default.css");
@import url("https://cdn.jsdelivr.net/gh/prayag17/JellySkin/addons/Logo.css");
@import url("https://cdn.jsdelivr.net/gh/prayag17/JellySkin/addons/imp-per.css");
@import url("https://cdn.jsdelivr.net/gh/prayag17/JellySkin/addons/progress-bar.css");

@prayag17
Copy link
Owner

prayag17 commented Jul 5, 2022

Switching my custom CSS code back to the previous way I had it configured lets me see most of the images, as well as the "update image" buttons.

I won't recommend that for jf 10.8 users

@EdyDeveloper
Copy link

I won't recommend that for jf 10.8 users

Can it be fixed tho? It's a pretty important feature.

@prayag17
Copy link
Owner

prayag17 commented Jul 5, 2022

Yeah it can be fixed and I am working on it

@prayag17
Copy link
Owner

prayag17 commented Jul 9, 2022

It turns out the images don't show up only for TVDB and is also the case even when not using this skin

prayag17 added a commit that referenced this issue Jul 9, 2022
@prayag17
Copy link
Owner

prayag17 commented Jul 9, 2022

Fixed scrolling issue in the dialog. The image not appearing is not an issue of jellySkin

@prayag17 prayag17 closed this as completed Jul 9, 2022
@SteveDinn
Copy link
Author

My images don't show up from any provider, but it looks like the download button was just pushed down outside the viewing area for the image container:

Screenshot_20220709-094732

@prayag17
Copy link
Owner

prayag17 commented Jul 9, 2022

It should be fixed in version 12.0.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants