1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-19 07:52:33 +02:00

Changed default categories from tv-drone to tv-sonarr

This commit is contained in:
Mark McDowall 2014-11-27 07:46:45 -08:00
parent 3f8366a190
commit 4585605ead
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ public DelugeSettings()
Host = "localhost"; Host = "localhost";
Port = 8112; Port = 8112;
Password = "deluge"; Password = "deluge";
TvCategory = "tv-drone"; TvCategory = "tv-sonnar";
} }
[FieldDefinition(0, Label = "Host", Type = FieldType.Textbox)] [FieldDefinition(0, Label = "Host", Type = FieldType.Textbox)]

View File

@ -24,7 +24,7 @@ public UTorrentSettings()
{ {
Host = "localhost"; Host = "localhost";
Port = 9091; Port = 9091;
TvCategory = "tv-drone"; TvCategory = "tv-sonarr";
} }
[FieldDefinition(0, Label = "Host", Type = FieldType.Textbox)] [FieldDefinition(0, Label = "Host", Type = FieldType.Textbox)]