diff --git a/ROADMAP.md b/ROADMAP.md index 9a53b67..87374c7 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -22,6 +22,9 @@ Last revised: 2026-05-08 - [x] Imported: The Incredible Hulk (2008) - [x] Imported: Idiocracy (2006) - [x] Imported: American Dad! (2005) S01-S04 (58 eps) +- [x] Imported: Star Wars - Maul - Shadow Lord (2026) S01 (10 eps) +- [x] Imported: Rick and Morty (2013) S01 (11 eps, 4K HDR upscale) +- [x] Imported: Obi-Wan Kenobi (2022) S01 --- diff --git a/web-overrides/index.html b/web-overrides/index.html index f096d31..3512d51 100644 --- a/web-overrides/index.html +++ b/web-overrides/index.html @@ -13,6 +13,14 @@ html, body, .preload, .skinBody, .skinHeader, #reactRoot, .mainAnimatedPages { color: #ffffff !important; } /* Hide pre-bundle Jellyfin logo + replace with .splashLogo (already swapped to ARRFLIX in this index.html) */ +/* ARRFLIX dev V2 (2026-05-08) — hide drawer Settings entry from non-admins. + Drawer Settings link is .btnSettings / [data-itemid="settings"] with href="#". + Old href*="mypreferencesmenu" rules in CustomCss never matched. */ +a.btnSettings, +.navMenuOption.btnSettings, +[data-itemid="settings"] { + display: none !important; +}