mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Added basic episode support
This commit is contained in:
15
NzbDrone.Core.Test/EpisodeProviderTest.cs
Normal file
15
NzbDrone.Core.Test/EpisodeProviderTest.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using Gallio.Framework;
|
||||
using MbUnit.Framework;
|
||||
using MbUnit.Framework.ContractVerifiers;
|
||||
|
||||
namespace NzbDrone.Core.Test
|
||||
{
|
||||
[TestFixture]
|
||||
public class EpisodeProviderTest
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user