mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Xbmc Refactored
This commit is contained in:
parent
76fb548ccd
commit
b99e62c5ba
38 changed files with 1501 additions and 1521 deletions
|
@ -15,5 +15,11 @@ namespace NzbDrone.Core.Model.Xbmc
|
|||
{
|
||||
public int PlayerId { get; set; }
|
||||
public string Type { get; set; }
|
||||
|
||||
public ActivePlayer(int playerId, string type)
|
||||
{
|
||||
PlayerId = playerId;
|
||||
Type = type;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue