mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Cleaned up queue table a bit.
This commit is contained in:
parent
fc3ad9023d
commit
76089b460c
5 changed files with 11 additions and 6 deletions
|
@ -59,7 +59,7 @@ namespace NzbDrone.Core.Queue
|
|||
queue.Quality = remoteEpisode.ParsedEpisodeInfo.Quality;
|
||||
queue.Title = queueItem.Title;
|
||||
queue.Size = queueItem.Size;
|
||||
queue.SizeLeft = queueItem.SizeLeft;
|
||||
queue.Sizeleft = queueItem.SizeLeft;
|
||||
queue.Timeleft = queueItem.Timeleft;
|
||||
queued.Add(queue);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue