mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-30 12:28:27 +01:00
fix refresh of tv recordings
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user