Added Media Disco Providers - these will be used to auto detect media providers on the LAN

This commit is contained in:
nothingmn
2010-10-07 21:34:32 -07:00
parent 92e0a8f1a4
commit 78dba9c668
5 changed files with 66 additions and 2 deletions

View File

@@ -5,8 +5,8 @@ using System.Text;
namespace NzbDrone.Core.Providers
{
interface IMediaProvider
{
public interface IMediaProvider
{
void Play();
void Play(string Location);
void Play(string Location, bool AddToQueue);