mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-23 19:55:09 -04:00
Changed default categories from tv-drone to tv-sonarr
This commit is contained in:
1 parent
3f8366a190
commit
4585605ead
2 files changed
+2
-2
No files matched your search
@@ -26,7 +26,7 @@ public DelugeSettings()
|
||||
Host = "localhost";
|
||||
Port = 8112;
|
||||
Password = "deluge";
|
||||
TvCategory = "tv-drone";
|
||||
TvCategory = "tv-sonnar";
|
||||
}
|
||||
|
||||
[FieldDefinition(0, Label = "Host", Type = FieldType.Textbox)]
|
||||
|
||||
@@ -24,7 +24,7 @@ public UTorrentSettings()
|
||||
{
|
||||
Host = "localhost";
|
||||
Port = 9091;
|
||||
TvCategory = "tv-drone";
|
||||
TvCategory = "tv-sonarr";
|
||||
}
|
||||
|
||||
[FieldDefinition(0, Label = "Host", Type = FieldType.Textbox)]
|
||||
|
||||
Reference in new issue
Block a user