fix refresh of tv recordings

This commit is contained in:
Luke Pulverenti
2014-02-10 15:11:46 -05:00
parent 326fa5a670
commit cf9ef0e43d
34 changed files with 88 additions and 187 deletions

View File

@@ -157,6 +157,16 @@ namespace MediaBrowser.Controller.Entities
}
}
public virtual bool SupportsLocalMetadata
{
get
{
var locationType = LocationType;
return locationType == LocationType.FileSystem || locationType == LocationType.Offline;
}
}
/// <summary>
/// This is just a helper for convenience
/// </summary>