mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
code to support import existing series.
This commit is contained in:
parent
fa224cc59c
commit
13aa79d5f9
15 changed files with 175 additions and 109 deletions
|
@ -1,4 +1,5 @@
|
|||
using PetaPoco;
|
||||
using System.Collections.Generic;
|
||||
using PetaPoco;
|
||||
|
||||
namespace NzbDrone.Core.Repository
|
||||
{
|
||||
|
@ -12,5 +13,8 @@ namespace NzbDrone.Core.Repository
|
|||
|
||||
[ResultColumn]
|
||||
public ulong FreeSpace { get; set; }
|
||||
|
||||
[Ignore]
|
||||
public List<string> UnmappedFolders { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue