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

@@ -202,6 +202,18 @@ namespace MediaBrowser.Controller.Providers
return NeedsRefreshInternal(item, data);
}
/// <summary>
/// Gets a value indicating whether [enforce dont fetch metadata].
/// </summary>
/// <value><c>true</c> if [enforce dont fetch metadata]; otherwise, <c>false</c>.</value>
public virtual bool EnforceDontFetchMetadata
{
get
{
return true;
}
}
/// <summary>
/// Needses the refresh internal.
/// </summary>