mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 19:50:15 -07:00
Episode grid will show downloading on grab
New: Update episode status in UI on grab and download
This commit is contained in:
parent
b6693a20a9
commit
daeb2fc652
37 changed files with 613 additions and 128 deletions
8
NzbDrone.Core/Queue/UpdateQueueEvent.cs
Normal file
8
NzbDrone.Core/Queue/UpdateQueueEvent.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
using NzbDrone.Common.Messaging;
|
||||
|
||||
namespace NzbDrone.Core.Queue
|
||||
{
|
||||
public class UpdateQueueEvent : IEvent
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue