You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FieldDefinition(0,Type=FieldType.Number,Label="Early Download Limit",Unit="days",HelpText="Time before release date Lidarr will download from this indexer, empty is no limit",Advanced=true)]
27
-
publicint?EarlyReleaseLimit{get;set;}=null;
28
-
29
-
[FieldDefinition(1,Label="Cookie Path",Type=FieldType.FilePath,Placeholder="/path/to/cookies.txt",HelpText="Specify the path to the Spotify cookies file. This is optional but required for accessing restricted content.",Advanced=true)]
[FieldDefinition(0,Type=FieldType.Number,Label="Early Download Limit",Unit="days",HelpText="Time before release date Lidarr will download from this indexer, empty is no limit",Advanced=true)]
29
+
publicint?EarlyReleaseLimit{get;set;}=null;
30
+
31
+
[FieldDefinition(1,Label="Cookie Path",Type=FieldType.FilePath,Placeholder="/path/to/cookies.txt",HelpText="Specify the path to the Spotify cookies file. This is optional but required for accessing restricted content.",Advanced=true)]
0 commit comments