mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-25 22:37:27 -04:00
New: Show download protocol in Queue
This commit is contained in:
@@ -112,7 +112,8 @@ namespace NzbDrone.Core.Download.Pending
|
||||
RemoteEpisode = pendingRelease.RemoteEpisode,
|
||||
Timeleft = ect.Subtract(DateTime.UtcNow),
|
||||
EstimatedCompletionTime = ect,
|
||||
Status = "Pending"
|
||||
Status = "Pending",
|
||||
Protocol = pendingRelease.RemoteEpisode.Release.DownloadProtocol
|
||||
};
|
||||
queued.Add(queue);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user