chore(plex): use a generic example IP in the Plex server-URL hint (public repo)
This commit is contained in:
parent
a06f87f5f6
commit
bed7bd227b
4 changed files with 4 additions and 4 deletions
|
|
@ -187,7 +187,7 @@ class Settings(BaseSettings):
|
|||
# Plex is used only for metadata + optional watch-state sync. Requires the Plex server to be
|
||||
# reachable from THIS host and its media reachable on a local mount (see plex_path_map).
|
||||
plex_enabled: bool = False
|
||||
# Base URL of the Plex Media Server reachable from this host, e.g. http://192.168.1.112:32400.
|
||||
# Base URL of the Plex Media Server reachable from this host, e.g. http://192.168.1.100:32400.
|
||||
plex_server_url: str = ""
|
||||
# Plex server admin token (X-Plex-Token). Server-side only (metadata + image proxy); never
|
||||
# sent to the browser. Stored encrypted when set via the admin Config page.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue