File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments