mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
SabProvider now gets JSON instead of XML for history and queue.
This commit is contained in:
parent
26c4240a6b
commit
b4eed1a657
25 changed files with 503 additions and 6505 deletions
|
@ -3,6 +3,7 @@ using System.Collections.Generic;
|
|||
using Ninject;
|
||||
using NLog;
|
||||
using NzbDrone.Core.Model;
|
||||
using NzbDrone.Core.Model.Sabnzbd;
|
||||
using NzbDrone.Core.Repository;
|
||||
using PetaPoco;
|
||||
|
||||
|
@ -126,9 +127,9 @@ namespace NzbDrone.Core.Providers.Core
|
|||
set { SetValue("SabTvCategory", value); }
|
||||
}
|
||||
|
||||
public virtual SabnzbdPriorityType SabTvPriority
|
||||
public virtual SabPriorityType SabTvPriority
|
||||
{
|
||||
get { return (SabnzbdPriorityType)GetValueInt("SabTvPriority"); }
|
||||
get { return (SabPriorityType)GetValueInt("SabTvPriority"); }
|
||||
|
||||
set { SetValue("SabTvPriority", (int)value); }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue