Merge pull request #4128 from derchu/tvdb_rating

Update content rating from thetvdb
pull/4142/head
Bond-009 4 years ago committed by GitHub
commit 75ac226bd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -141,6 +141,7 @@ namespace MediaBrowser.Providers.Plugins.TheTvdb
Name = episode.EpisodeName,
Overview = episode.Overview,
CommunityRating = (float?)episode.SiteRating,
OfficialRating = episode.ContentRating,
}
};
result.ResetPeople();

Loading…
Cancel
Save