mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 00:34:37 +02:00
GetActivePlayers will now work with Eden and Dharma.
This commit is contained in:
13
NzbDrone.Core/Model/Xbmc/ActivePlayersDharmaResult.cs
Normal file
13
NzbDrone.Core/Model/Xbmc/ActivePlayersDharmaResult.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace NzbDrone.Core.Model.Xbmc
|
||||
{
|
||||
public class ActivePlayersDharmaResult
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string JsonRpc { get; set; }
|
||||
public Dictionary<string, bool> Result { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user