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

@@ -23,9 +23,6 @@ namespace MediaBrowser.Controller.Entities
TrailerTypes = Array.Empty<TrailerType>();
}
[JsonIgnore]
public override bool StopRefreshIfLocalMetadataFound => false;
public TrailerType[] TrailerTypes { get; set; }
public override double GetDefaultPrimaryImageAspectRatio()