mirror of
https://github.com/Readarr/Readarr
synced 2026-05-05 11:10:37 +02:00
New: Queue remains up to date while importing file from remote file system Fixed: Failed downloads still in queue won't result in failed search
8 lines
150 B
C#
8 lines
150 B
C#
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.Download
|
|
{
|
|
public class RefreshMonitoredDownloadsCommand : Command
|
|
{
|
|
}
|
|
}
|