mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-19 21:46:43 -04:00
13 lines
235 B
C#
13 lines
235 B
C#
namespace NzbDrone.Core.Download.Clients.DownloadStation
|
|
{
|
|
public enum DiskStationApi
|
|
{
|
|
Info,
|
|
Auth,
|
|
DownloadStationInfo,
|
|
DownloadStationTask,
|
|
FileStationList,
|
|
DSMInfo,
|
|
}
|
|
}
|