jellyfin-sdk-swift/docs/ExternalIdInfo.md
2021-06-02 22:26:51 +00:00

707 B

ExternalIdInfo

Properties

Name Type Description Notes
name String Gets or sets the display name of the external id provider (IE: IMDB, MusicBrainz, etc). [optional]
key String Gets or sets the unique key for this id. This key should be unique across all providers. [optional]
type ExternalIdMediaType [optional]
urlFormatString String Gets or sets the URL format string. [optional]

[Back to Model list] [Back to API list] [Back to README]