using System; using System.Collections.Generic; using NzbDrone.Common.Disk; namespace NzbDrone.Core.Download { public class DownloadClientStatus { public Boolean IsLocalhost { get; set; } public List OutputRootFolders { get; set; } } }