1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-01 04:25:55 +00:00
Lidarr/NzbDrone.Core/Indexers/DownloadProtocols.cs

8 lines
118 B
C#
Raw Normal View History

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