mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Changed health check to send user to appropriate scenario on Wiki. Also added support to Nzbget to get the Category config.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace NzbDrone.Core.Download
|
||||
{
|
||||
public class DownloadClientStatus
|
||||
{
|
||||
public Boolean IsLocalhost { get; set; }
|
||||
public List<String> OutputRootFolders { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user