mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
Added OsPath to handle OS agnostic path handling.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
using System;
|
||||
using NzbDrone.Common.Disk;
|
||||
using NzbDrone.Core.Parser.Model;
|
||||
|
||||
namespace NzbDrone.Core.Download
|
||||
{
|
||||
@@ -14,7 +16,7 @@ namespace NzbDrone.Core.Download
|
||||
public TimeSpan? DownloadTime { get; set; }
|
||||
public TimeSpan? RemainingTime { get; set; }
|
||||
|
||||
public String OutputPath { get; set; }
|
||||
public OsPath OutputPath { get; set; }
|
||||
public String Message { get; set; }
|
||||
|
||||
public DownloadItemStatus Status { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user