Added Notification display time to XBMC

This commit is contained in:
Mark McDowall
2013-07-18 00:08:32 -07:00
parent deb4972cdc
commit 57c876a420
5 changed files with 20 additions and 7 deletions

View File

@@ -8,5 +8,6 @@ namespace NzbDrone.Core.Notifications.Xbmc
public int Port { get; set; }
public string Username { get; set; }
public string Password { get; set; }
public int DisplayTime { get; set; }
}
}