Investigate if we have a bug where casts are not saved when you save a movie from editorial
Closed this issue · 3 comments
I suspect that is why Bang Bang [and other recently updated movies, then one that moved from upcoming to now-playing] has movie.Casts = null;
Added small fix in moviepostdata.cs in API - UDT.
I think the cause of issue was - When original movie didn't had any stars/cast it was saving empty after first crawl. Now when we were saving the data from editorial - as you mentioned - it was saving null. Null was getting saved only when original movie didn't had any casts data.
Cool, the fix is good, exactly on the lines of Stats [and that was my hint]
Can we get artist info for these movies?
Thanks, Regards
Ashish Bhangale
On Thu, Oct 2, 2014 at 11:53 AM, viren85 notifications@github.com wrote:
Added small fix in moviepostdata.cs in API - UDT.
I think the cause of issue was - When original movie didn't had any
stars/cast it was saving empty after first crawl. Now when we were saving
the data from editorial - as you mentioned - it was saving null. Null was
getting saved only when original movie didn't had any casts data.—
Reply to this email directly or view it on GitHub
#220 (comment).