fixes #553 - Support locking OfficialRating field

This commit is contained in:
Luke Pulverenti
2013-09-23 10:02:56 -04:00
parent 831c412ecf
commit b54240f679
6 changed files with 50 additions and 15 deletions

View File

@@ -37,6 +37,10 @@ namespace MediaBrowser.Model.Entities
/// <summary>
/// The runtime
/// </summary>
Runtime
Runtime,
/// <summary>
/// The official rating
/// </summary>
OfficialRating
}
}