code to support import existing series.

This commit is contained in:
Keivan Beigi 2013-01-28 17:59:18 -08:00 committed by kay.one
commit 13aa79d5f9
15 changed files with 175 additions and 109 deletions

View file

@ -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; }
}
}