Jellyfin Forum
Trickplay - 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: Trickplay (/t-trickplay--11821)



Trickplay - Sebastian Serenban - 2025-04-22

is there a way to remove trickplay? i read on the forum that you could remove the files from metadata but when i watch a movie now i get
instead of remove the library and start over from scratch?
[Image: xOJ9sm2.png]


RE: Trickplay - Efficient_Good_5784 - 2025-04-22

Add this following CSS code to your dashboard custom CSS code section:

Code:
.chapterThumbWrapper {
    display: none;
}