From df1c96dd2b13e745ed9fa0a4a408347915958e7e Mon Sep 17 00:00:00 2001 From: LukeHagar Date: Fri, 7 Apr 2023 17:07:00 +0000 Subject: [PATCH] Apply automatic changes --- plex-api-spec-dereferenced.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plex-api-spec-dereferenced.yaml b/plex-api-spec-dereferenced.yaml index f9fa14eb..d22960c0 100644 --- a/plex-api-spec-dereferenced.yaml +++ b/plex-api-spec-dereferenced.yaml @@ -784,3 +784,7 @@ tags: - name: Hubs description: | Hubs are a structured two-dimensional container for media, generally represented by multiple horizontal rows. + - name: Playlist + description: | + Playlists are ordered collections of media. They can be dumb (just a list of media) or smart (based on a media query, such as "all albums from 2017"). They can be organized in (optionally nesting) folders. + Retrieving a playlist, or its items, will trigger a refresh of its metadata. This may cause the duration and number of items to change.