Yesterday, 07:57 PM
Hello,
I would like to hide Trailers completly from Movie>Trailers.
I found a code which is almost work, its hide Trailers, but after refresh, reload Trailers appear.
/*Hide the "Trailers" tab in Movies*/
.mainDrawer:has(.navMenuOption-selected[href^="#/movies.html"]) + .skinHeader .emby-tab-button[data-index="2"] {
display: none !important;
}
Do You have any idea how to hide it completly? And same story with Upcoming from TV Shows.
Any idea how to completly hide it/disable?
Thanks a lot for help!
Best regards
I would like to hide Trailers completly from Movie>Trailers.
I found a code which is almost work, its hide Trailers, but after refresh, reload Trailers appear.
/*Hide the "Trailers" tab in Movies*/
.mainDrawer:has(.navMenuOption-selected[href^="#/movies.html"]) + .skinHeader .emby-tab-button[data-index="2"] {
display: none !important;
}
Do You have any idea how to hide it completly? And same story with Upcoming from TV Shows.
Any idea how to completly hide it/disable?
Thanks a lot for help!
Best regards