Open mikevallano opened 4 years ago
Ah, so it isn't just that TMDB didn't have a trailer. It's that we may have replaced the TMDB-supplied trailer with something better. I wonder if there is a way to differentiate a TMBD-derived trailer from one we've entered.
When refreshing data from TMDB, they might now have better trailers. However, if we already added a trailer, we don't want to override with a shitty one.
So, I think we should maybe add a
custom_trailer
flag that is set to true when we add a...custom trailer. Then when refreshing data we can not update if the movie has acustom_trailer
.