- Thread starter
- Moderator
- #571
Yes, changed, it was not the year, the new version with the year:So I guess it's perhaps just new in the actual version of MP
It was:
Code:
string safeName = movie.Title.Replace(' ', '.').ToValidFilename();
Code:
string safeName = movie.Title.Replace(' ', '.').ToValidFilename() + "-" + movie.Year;