jensenkd / plex-api

.NET Core SDK for Plex Media Server
MIT License
86 stars 27 forks source link

track artist (originalTitle instead of grandparentTitle) #103

Open Dyvinia opened 1 year ago

Dyvinia commented 1 year ago

Is your feature request related to a problem? Please describe. the originalTitle field exists for some media while it is null for others, typically it contains the artist of a music track when it is not the same as the album.

Describe the solution you'd like From what I was able to tell, this api discards this information, would it be possible to make it a nullable field instead?

Describe alternatives you've considered/Additional context I ended up requesting the session data myself rather than using the api here (between lines 108 and 131). please note that I'm more on a beginner/intermediate skill level when it comes to coding so I did things very unconventionally/incorrect in the app