mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-29 02:55:38 +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()
|
|
{
|
|
}
|
|
}
|
|
} |