Set default Plex port
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user