fix official rating description

This commit is contained in:
Luke Pulverenti
2016-02-21 12:22:31 -05:00
parent fd3c6f7ecc
commit 119c4f1435
4 changed files with 39 additions and 6 deletions

View File

@@ -1014,7 +1014,7 @@ namespace MediaBrowser.Server.Implementations.Persistence
if (!reader.IsDBNull(31))
{
item.OfficialRating = reader.GetString(31);
item.OfficialRatingDescription = reader.GetString(31);
}
if (!reader.IsDBNull(32))