Apply automatic changes

This commit is contained in:
LukeHagar
2023-04-07 13:27:27 +00:00
committed by github-actions[bot]
parent c295b5e541
commit fd49ee9e54

View File

@@ -21,13 +21,13 @@ servers:
default: 10.10.10.47 default: 10.10.10.47
description: The Local IP Address of your plex server description: The Local IP Address of your plex server
Port: Port:
default: '32400' default: 32400
description: The port to access your plex server description: The port to access your plex server
security: security:
- PlexToken: [] - PlexToken: []
components: components:
securitySchemes: securitySchemes:
PlexTokenHeader: PlexToken:
type: apiKey type: apiKey
in: header in: header
name: X-Plex-Token name: X-Plex-Token