Xbmc Refactored

This commit is contained in:
Mark McDowall 2013-06-11 23:45:25 -07:00
commit b99e62c5ba
38 changed files with 1501 additions and 1521 deletions

View file

@ -0,0 +1,12 @@
using NzbDrone.Common.Messaging;
namespace NzbDrone.Core.Notifications.Xbmc
{
public class TestXbmcCommand : ICommand
{
public string Host { get; set; }
public int Port { get; set; }
public string Username { get; set; }
public string Password { get; set; }
}
}