mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
added root dir management. delete doesn't work for some reason.
This commit is contained in:
parent
157b559ed2
commit
d34092c015
8 changed files with 65 additions and 24 deletions
|
@ -5,12 +5,12 @@ using NzbDrone.Core.Repository;
|
|||
|
||||
namespace NzbDrone.Api.QualityProfiles
|
||||
{
|
||||
public class RootFolderModule : NzbDroneApiModule
|
||||
public class RootDirModule : NzbDroneApiModule
|
||||
{
|
||||
private readonly RootDirProvider _rootDirProvider;
|
||||
|
||||
public RootFolderModule(RootDirProvider rootDirProvider)
|
||||
: base("//rootfolders")
|
||||
public RootDirModule(RootDirProvider rootDirProvider)
|
||||
: base("//rootdir")
|
||||
{
|
||||
_rootDirProvider = rootDirProvider;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue