Page 1 of 1

Issue with Sonic The Hedgehog

Posted: 31 Mar 2020, 09:45
by devster
I recently tried renaming the new Sonic The Hedgehog movie.
Using the GUI i found a weird issue:
Image
Except this movie does not have Martin Scorsese as director and the TheMovieDB page does not contain this info anywhere https://www.themoviedb.org/movie/454626 ... gehog/cast
Why do I get Martin Scorsese here?

Re: Issue with Sonic The Hedgehog

Posted: 31 Mar 2020, 10:19
by rednoah
The API returns Martin Scorsese so you get Martin Scorsese:

Code: Select all

      "crew":[
         {
            "credit_id":"5e824eae8c22c000193439f0",
            "department":"Directing",
            "gender":2,
            "id":1032,
            "job":"Director",
            "name":"Martin Scorsese",
            "profile_path":"/4Xwx5XL1RJj0JQmEo8Fhr6nkpOg.jpg"
         },
:arrow: https://pastebin.com/vm6W6Cvz


:idea: Presumably, Martin Scorsese was added in error, or for fun, by someone, and then promptly removed again by someone else, but the API cache didn't get the memo yet.