mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-17 10:45:49 +02:00
daeb2fc652
New: Update episode status in UI on grab and download
9 lines
126 B
C#
9 lines
126 B
C#
using NzbDrone.Common.Messaging;
|
|
|
|
namespace NzbDrone.Core.Queue
|
|
{
|
|
public class UpdateQueueEvent : IEvent
|
|
{
|
|
}
|
|
}
|