mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 09:09:42 +02:00
10 lines
207 B
C#
10 lines
207 B
C#
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.MetadataSource.PreDB
|
|
{
|
|
public class PreDBSyncCommand : Command
|
|
{
|
|
|
|
public override bool SendUpdatesToClient => true;
|
|
}
|
|
} |