mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 10:44:50 +03:00
fixes #553 - Support locking OfficialRating field
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user