mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-23 22:45:06 -04:00
10 lines
213 B
C#
10 lines
213 B
C#
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.IndexerVersions
|
|
{
|
|
public class IndexerDefinitionUpdateCommand : Command
|
|
{
|
|
public override bool SendUpdatesToClient => true;
|
|
}
|
|
}
|