mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Post Processor Done.
Will send from SAB to NzbDrone. Changed SabCategory to SabTvCategory (Support for movies later?)
This commit is contained in:
@@ -84,8 +84,8 @@ namespace NzbDrone.Web.Models
|
||||
|
||||
[DataType(DataType.Text)]
|
||||
[DisplayFormat(ConvertEmptyStringToNull = false)]
|
||||
[DisplayName("SABnzbd Category")]
|
||||
public String SabCategory
|
||||
[DisplayName("SABnzbd TV Category")]
|
||||
public String SabTvCategory
|
||||
{
|
||||
get;
|
||||
set;
|
||||
|
Reference in New Issue
Block a user