Michael Bisbjerg
Michael Bisbjerg
Ah, so I see that Movie and Tv have different translation datas, your change will break it for movies, which still use "title" - while Tv will use "name".
@Almis90 could you try out this branch on the tv show you're looking at? It should fill out `Name` with the `title` from the response
Also - I can't identify any translation datas with "runtime" in them, can you confirm its a property that exists somewhere?
Could you check the runtime thing I asked about?
I'll try to see if I can push this. In the meantime, you should be able to use the package registry in this Github repo - all CI builds should...
https://github.com/LordMike/TMDbLib/packages/691970 I made a short post on consuming it here: https://blog.mbwarez.dk/consuming-my-nuget-packages-from-github/
Ooh - sorry, I completely missed that this is a PR - I was looking at mails and thought it was an issue.
A new package should arrive at the feed I linked at, shortly.. :)
.. I suppose we should get started on the V4 client.
You could try - I think partly the issue was putting the flexibility of the api into C# objects .. I suppose one way of handling these very flexible things,...