mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Add existing series uses existing path now
This commit is contained in:
parent
e2314a7b17
commit
7d4db30e38
11 changed files with 34 additions and 20 deletions
12
NzbDrone.Core/RootFolders/UnmappedFolder.cs
Normal file
12
NzbDrone.Core/RootFolders/UnmappedFolder.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using System.Collections.Generic;
|
||||
using NzbDrone.Core.Datastore;
|
||||
using Sqo.Attributes;
|
||||
|
||||
namespace NzbDrone.Core.RootFolders
|
||||
{
|
||||
public class UnmappedFolder
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Path { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue