Set default Plex port

This commit is contained in:
Koha9
2025-06-20 22:27:01 +09:00
parent aa4223b413
commit 75a413667d
5 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ async def login(
user: str = Form(...),
pw: str = Form(...),
url: str = Form(...),
port: str = Form(...),
port: str = Form("32400"),
library: str = Form(...)
):
config = load_config()