chore: add Vita3K, Mjolnir, ES-DE Companion. remove artifact of dual-screen category in add-app CLI

This commit is contained in:
Richard Macias
2026-01-13 20:54:49 -06:00
parent 3bc7975c5c
commit c01be95b2b
6 changed files with 54 additions and 31 deletions

View File

@@ -40,7 +40,6 @@ CATEGORIES = [
"Emulator",
"Frontend",
"Utilities",
"Dual Screen",
"PC Emulation",
"Streaming",
]
@@ -60,7 +59,7 @@ SOURCE_DETECTION = {
}
def detect_source(url: str) -> str | None:
def detect_source(url: str):
"""Detect the source type from URL."""
parsed = urlparse(url)
host = parsed.netloc.lower()