Skip to content

Commit 2d1976d

Browse files
authored
Merge pull request #396 from HimbeersaftLP/patch-1
Fix the documentation on originalTitle for Trackobjects
2 parents 2a6aaac + 4b5a3e2 commit 2d1976d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

plexapi/audio.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -284,15 +284,15 @@ class Track(Audio, Playable):
284284
art (str): Track artwork (/library/metadata/<ratingkey>/art/<artid>)
285285
chapterSource (TYPE): Unknown
286286
duration (int): Length of this album in seconds.
287-
grandparentArt (str): Artist artowrk.
288-
grandparentKey (str): Artist API URL.
289-
grandparentRatingKey (str): Unique key identifying artist.
290-
grandparentThumb (str): URL to artist thumbnail image.
291-
grandparentTitle (str): Name of the artist for this track.
287+
grandparentArt (str): Album artist artwork.
288+
grandparentKey (str): Album artist API URL.
289+
grandparentRatingKey (str): Unique key identifying album artist.
290+
grandparentThumb (str): URL to album artist thumbnail image.
291+
grandparentTitle (str): Name of the album artist for this track.
292292
guid (str): Unknown (unique ID).
293293
media (list): List of :class:`~plexapi.media.Media` objects for this track.
294294
moods (list): List of :class:`~plexapi.media.Mood` objects for this track.
295-
originalTitle (str): Original track title (if translated).
295+
originalTitle (str): Track artist.
296296
parentIndex (int): Album index.
297297
parentKey (str): Album API URL.
298298
parentRatingKey (int): Unique key identifying album.

0 commit comments

Comments
 (0)