mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Added Media Disco Providers - these will be used to auto detect media providers on the LAN
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user