1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

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
parent fa224cc59c
commit 13aa79d5f9
15 changed files with 175 additions and 109 deletions
+5 -1
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; }
}
}