Merge pull request #396 from HimbeersaftLP/patch-1

Fix the documentation on originalTitle for Trackobjects
This commit is contained in:
Steffen Fredriksen 2019-11-28 23:16:36 +01:00 committed by GitHub
commit 2d1976d6c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -284,15 +284,15 @@ class Track(Audio, Playable):
art (str): Track artwork (/library/metadata/<ratingkey>/art/<artid>)
chapterSource (TYPE): Unknown
duration (int): Length of this album in seconds.
grandparentArt (str): Artist artowrk.
grandparentKey (str): Artist API URL.
grandparentRatingKey (str): Unique key identifying artist.
grandparentThumb (str): URL to artist thumbnail image.
grandparentTitle (str): Name of the artist for this track.
grandparentArt (str): Album artist artwork.
grandparentKey (str): Album artist API URL.
grandparentRatingKey (str): Unique key identifying album artist.
grandparentThumb (str): URL to album artist thumbnail image.
grandparentTitle (str): Name of the album artist for this track.
guid (str): Unknown (unique ID).
media (list): List of :class:`~plexapi.media.Media` objects for this track.
moods (list): List of :class:`~plexapi.media.Mood` objects for this track.
originalTitle (str): Original track title (if translated).
originalTitle (str): Track artist.
parentIndex (int): Album index.
parentKey (str): Album API URL.
parentRatingKey (int): Unique key identifying album.