made unit testing xml compatible

This commit is contained in:
JasonLandbridge
2025-02-05 12:53:53 +01:00
parent aea7a4bf90
commit 401efaf340
4 changed files with 48 additions and 9 deletions

View File

@@ -97,8 +97,8 @@ get:
description: "User's email address."
example: "zgfuc7krcqfimrmb9lsl5j@protonmail.com"
recommendationsPlaylistId:
type: string
description: "ID of the user's recommendation playlist."
type: ["null", string]
example: ""
thumb:
type: string
@@ -133,19 +133,19 @@ get:
- description: "Indicates if the user can manage subtitles."
- $ref: "../../models/common/PlexBoolean.yaml"
filterAll:
type: string
type: ["null", string]
description: "Filters applied for all content."
example: ""
filterMovies:
type: string
type: ["null", string]
description: "Filters applied for movies."
example: ""
filterMusic:
type: string
type: ["null", string]
description: "Filters applied for music."
example: ""
filterPhotos:
type: string
type: ["null", string]
description: "Filters applied for photos."
example: ""
filterTelevision: