mirror of
https://github.com/Radarr/Radarr
synced 2026-05-08 19:30:23 +02:00
Remove RetroApplyTags property from ProviderResource.
The RetroApplyTags property has been removed to streamline the ProviderResource class. This change will help to reduce unnecessary attributes, simplifying the overall codebase.
This commit is contained in:
parent
8730c26de0
commit
f18af2aca8
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ public class ProviderResource<T> : RestResource
|
|||
public string InfoLink { get; set; }
|
||||
public ProviderMessage Message { get; set; }
|
||||
public HashSet<int> Tags { get; set; }
|
||||
public bool RetroApplyTags { get; set; }
|
||||
|
||||
public List<T> Presets { get; set; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue