10.9 update: Collections have studio section that take a lot of space - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: 10.9 update: Collections have studio section that take a lot of space (/t-10-9-update-collections-have-studio-section-that-take-a-lot-of-space) |
10.9 update: Collections have studio section that take a lot of space - yammal - 2024-05-26 Since updating to 10.9.2 from 10.8.13 I have this problem that when I click on a collection it shows a studio list at the top. Since most of my collections are large and diverse the list is often multiple screens long, and that means that I first need to scroll through all this unnecessary information to finally reach the section with the film posters. Is there a way to disable this again? Maybe some custom CSS code? RE: 10.9 update: Collections have studio section that take a lot of space - vortex91 - 2024-07-01 go to admin general custom css code and input div.detailsGroupItem.studiosGroup { display: none; } |