mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 04:59:35 -07:00
Fixed: Added errorcode 160 - Permission denied on FileStation
This commit is contained in:
parent
7354e02bff
commit
929ad78db3
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace NzbDrone.Core.Download.Clients.DownloadStation.Responses
|
namespace NzbDrone.Core.Download.Clients.DownloadStation.Responses
|
||||||
{
|
{
|
||||||
|
@ -47,6 +47,7 @@ namespace NzbDrone.Core.Download.Clients.DownloadStation.Responses
|
||||||
|
|
||||||
FileStationMessages = new Dictionary<int, string>
|
FileStationMessages = new Dictionary<int, string>
|
||||||
{
|
{
|
||||||
|
{ 160, "Permission denied. Give your user access to FileStation."},
|
||||||
{ 400, "Invalid parameter of file operation" },
|
{ 400, "Invalid parameter of file operation" },
|
||||||
{ 401, "Unknown error of file operation" },
|
{ 401, "Unknown error of file operation" },
|
||||||
{ 402, "System is too busy" },
|
{ 402, "System is too busy" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue