spelling and spacing

This commit is contained in:
Luke Hagar
2023-04-10 15:35:13 -05:00
parent 24082cd01e
commit e7e2f502a8
2 changed files with 1 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ get:
- Playlists
summary: Retrieve Playlist Contents
description: |
Gets the contents if a playlist. Should be paged by clients via standard mechanisms.
Gets the contents of a playlist. Should be paged by clients via standard mechanisms.
By default leaves are returned (e.g. episodes, movies). In order to return other types you can use the `type` parameter.
For example, you could use this to display a list of recently added albums vis a smart playlist.
Note that for dumb playlists, items have a `playlistItemID` attribute which is used for deleting or moving items.

View File

@@ -61,7 +61,6 @@ paths:
$ref: "./paths/security-token.yaml"
/security/resources:
$ref: "./paths/security-resources.yaml"
/library/sections/{sectionId}/all:
$ref: "./paths/library-content-all.yaml"
/library/sections/{sectionId}/latest:
@@ -70,7 +69,6 @@ paths:
$ref: "./paths/library-content-common.yaml"
/library/sections/{sectionId}:
$ref: "./paths/library-details.yaml"
/library/sections:
$ref: "./paths/all-libraries.yaml"
/library/hashes: