mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
code to support import existing series.
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user