Fix typo in SkipRedownload

Closes #2711
This commit is contained in:
Bogdan
2023-07-23 05:01:08 +03:00
parent ac4ae9bb4d
commit 1989174801
11 changed files with 44 additions and 44 deletions
@@ -21,6 +21,6 @@ namespace NzbDrone.Core.Download
public string Message { get; set; }
public Dictionary<string, string> Data { get; set; }
public TrackedDownload TrackedDownload { get; set; }
public bool SkipReDownload { get; set; }
public bool SkipRedownload { get; set; }
}
}