mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-02 13:04:37 +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()
|
|
{
|
|
}
|
|
}
|
|
} |