mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-01-01 02:26:01 +01:00
8 lines
118 B
C#
8 lines
118 B
C#
namespace NzbDrone.Core.Indexers
|
|
{
|
|
public enum DownloadProtocols
|
|
{
|
|
Nzb = 0,
|
|
Torrent =1
|
|
}
|
|
} |