Remove local metadata stop logic

This commit is contained in:
Shadowghost
2024-05-22 07:38:53 +02:00
parent f5a8fca22f
commit 9145be6bfc
12 changed files with 1 additions and 146 deletions

View File

@@ -751,9 +751,6 @@ namespace MediaBrowser.Controller.Entities
[JsonIgnore]
public virtual bool SupportsAncestors => true;
[JsonIgnore]
public virtual bool StopRefreshIfLocalMetadataFound => true;
[JsonIgnore]
protected virtual bool SupportsOwnedItems => !ParentId.IsEmpty() && IsFileProtocol;