mirror of
https://github.com/Radarr/Radarr
synced 2025-12-28 19:24:53 +01:00
9 lines
207 B
C#
9 lines
207 B
C#
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.MetadataSource.PreDB
|
|
{
|
|
public class PreDBSyncCommand : Command
|
|
{
|
|
public override bool SendUpdatesToClient => true;
|
|
}
|
|
}
|