mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-25 17:17:02 +00:00
more linux fixes
This commit is contained in:
parent
324195eb23
commit
f55e4e4a54
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
using NzbDrone.Core.Qualities;
|
||||
using NzbDrone.Core.Tv;
|
||||
using NzbDrone.Core.Test.Framework;
|
||||
using NzbDrone.Test.Common;
|
||||
|
||||
namespace NzbDrone.Core.Test.MediaFileTests
|
||||
{
|
||||
|
@ -45,7 +46,7 @@ public void Setup()
|
|||
{
|
||||
Series = series,
|
||||
Episodes = new List<Episode> {episode},
|
||||
Path = @"C:\Test\TV\30 Rock\30 Rock - S01E01 - Pilit.avi",
|
||||
Path = @"C:\Test\TV\30 Rock\30 Rock - S01E01 - Pilit.avi".AsOsAgnostic(),
|
||||
Quality = new QualityModel(Quality.Bluray720p)
|
||||
|
||||
}));
|
||||
|
|
Loading…
Reference in a new issue