Fix styles
This commit is contained in:
parent
cd162f83c2
commit
b1ec41c990
|
@ -1,8 +1,8 @@
|
|||
namespace NzbDrone.Core.Download.Clients.Putio
|
||||
namespace NzbDrone.Core.Download.Clients.Putio
|
||||
{
|
||||
public enum PutioPriority
|
||||
{
|
||||
Last = 0,
|
||||
First = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -109,6 +109,5 @@ namespace NzbDrone.Core.Download.Clients.Putio
|
|||
|
||||
return Json.Deserialize<TResult>(responseContent);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue