update photos

This commit is contained in:
Luke Pulverenti
2015-08-26 14:17:38 -04:00
parent 7f25be3e0d
commit d4050fbf2c
4 changed files with 49 additions and 14 deletions

View File

@@ -317,7 +317,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.Listings
{
info.OfficialRating = details.contentRating[0].code.Replace("TV", "TV-").Replace("--", "-");
var invalid = new[] { "N/A", "Approved", "Not Rated" };
var invalid = new[] { "N/A", "Approved", "Not Rated", "Passed" };
if (invalid.Contains(info.OfficialRating, StringComparer.OrdinalIgnoreCase))
{
info.OfficialRating = null;