1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

DiskProvider split to Windows and Mono projects

This commit is contained in:
Mark McDowall
2014-01-05 22:20:08 -08:00
parent 6d61d57ba1
commit 37231d1ef0
97 changed files with 1366 additions and 324 deletions
@@ -5,6 +5,7 @@ using Marr.Data;
using Moq;
using NUnit.Framework;
using NzbDrone.Common;
using NzbDrone.Common.Disk;
using NzbDrone.Core.MediaFiles;
using NzbDrone.Core.Parser.Model;
using NzbDrone.Core.Test.Framework;