mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-15 10:44:53 +00:00
9 lines
129 B
C#
9 lines
129 B
C#
|
using NzbDrone.Common.Messaging;
|
|||
|
|
|||
|
namespace NzbDrone.Core.Indexers
|
|||
|
{
|
|||
|
public class RssSyncCommand : ICommand
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|