mirror of
https://github.com/Radarr/Radarr
synced 2024-12-23 00:12:44 +00:00
parent
2d814ecd20
commit
90d0d8bec8
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ public class TraktPopularSettings : TraktSettingsBase<TraktPopularSettings>
|
|||
public TraktPopularSettings()
|
||||
{
|
||||
TraktListType = (int)TraktPopularListType.Popular;
|
||||
Rating = "0-100";
|
||||
Certification = "NR,G,PG,PG-13,R,NC-17";
|
||||
Genres = "";
|
||||
Years = "";
|
||||
}
|
||||
|
||||
[FieldDefinition(1, Label = "List Type", Type = FieldType.Select, SelectOptions = typeof(TraktPopularListType), HelpText = "Type of list you're seeking to import from")]
|
||||
|
|
Loading…
Reference in a new issue