1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Advanced option to disable media info for add series/rescan

This commit is contained in:
Mark McDowall
2014-12-14 10:50:38 -08:00
parent 5f927722df
commit e637d68157
6 changed files with 46 additions and 0 deletions
@@ -10,6 +10,7 @@ using NzbDrone.Core.Test.Framework;
using NzbDrone.Core.Tv;
using NzbDrone.Test.Common;
using System;
using NzbDrone.Core.Configuration;
namespace NzbDrone.Core.Test.MediaFiles.MediaInfo
{
@@ -26,6 +27,10 @@ namespace NzbDrone.Core.Test.MediaFiles.MediaInfo
Id = 1,
Path = @"C:\series".AsOsAgnostic()
};
Mocker.GetMock<IConfigService>()
.SetupGet(s => s.EnableMediaInfo)
.Returns(true);
}
private void GivenFileExists()