From 86b8fdc1be5bc55c9e24d10ccee50ead784dd5d0 Mon Sep 17 00:00:00 2001 From: JasonLandbridge Date: Wed, 4 Sep 2024 11:35:20 +0200 Subject: [PATCH] format --- src/pms-spec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pms-spec.yaml b/src/pms-spec.yaml index 7e3af2f6..8ca8be71 100644 --- a/src/pms-spec.yaml +++ b/src/pms-spec.yaml @@ -5,10 +5,10 @@ info: description: An Open API Spec for interacting with Plex.tv and Plex Media Server contact: name: Luke Hagar - url: 'https://www.LukeHagar.com' + url: "https://www.LukeHagar.com" email: Lukeslakemail@gmail.com license: - url: 'https://opensource.org/license/mit' + url: "https://opensource.org/license/mit" name: MIT servers: @@ -16,7 +16,7 @@ servers: description: The full address of your Plex Server variables: protocol: - default: "http" + default: "https" enum: - "http" - "https"