1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

New: Allow Sonarr List Sync by Source Tag

Fixes #3966
This commit is contained in:
Qstick
2020-08-18 23:21:44 -04:00
committed by Mark McDowall
parent 07c95f06d3
commit 519a5ca75c
5 changed files with 46 additions and 12 deletions
@@ -37,6 +37,7 @@ namespace NzbDrone.Core.Annotations
public int Order { get; private set; }
public string Label { get; set; }
public string Hint { get; set; }
public string RequestAction { get; set; }
}
public class FieldSelectOption