spotifywebapipython.spotifymediatypes
class
SpotifyMediaTypes(enum.StrEnum):
Spotify media types enumeration.
AUDIOBOOK =
<SpotifyMediaTypes.AUDIOBOOK: 'audiobook'>
Audiobook media type.
This value is not part of the Spotify Web API specification. It is loaded from our API so that the type of item can be determined programatically.
PODCAST =
<SpotifyMediaTypes.PODCAST: 'podcast'>
Podcast episode type.
This value is not part of the Spotify Web API specification. It is loaded from our API so that the type of item can be determined programatically.
UNKNOWN =
<SpotifyMediaTypes.UNKNOWN: 'unknown'>
Unknown media type.
This value is not part of the Spotify Web API specification. It is loaded from our API so that the type of item can be determined programatically.