1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-03-05 15:15:59 +02:00
Sonarr/NzbDrone.Core/Indexers/DownloadProtocols.cs

8 lines
118 B
C#
Raw Normal View History

2013-09-13 16:17:58 -07:00
namespace NzbDrone.Core.Indexers
{
public enum DownloadProtocols
{
Nzb = 0,
Torrent =1
}
}