mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-31 20:26:16 +00:00
9 lines
No EOL
141 B
C#
9 lines
No EOL
141 B
C#
namespace NzbDrone.Core.Providers
|
|
{
|
|
public class RssSyncProvider
|
|
{
|
|
public virtual void Begin()
|
|
{
|
|
}
|
|
}
|
|
} |