Set default Plex port
This commit is contained in:
@@ -2,7 +2,7 @@ from plexapi.myplex import MyPlexAccount
|
||||
from plexapi.server import PlexServer
|
||||
|
||||
|
||||
def connect_plex(config, username, password, url, port, library):
|
||||
def connect_plex(config, username, password, url, port="32400", library=""):
|
||||
"""Return a connected PlexServer instance and update config with token and server info."""
|
||||
token = config.get("token")
|
||||
if not token:
|
||||
|
||||
Reference in New Issue
Block a user