mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Added Notification display time to XBMC
This commit is contained in:
parent
deb4972cdc
commit
57c876a420
5 changed files with 20 additions and 7 deletions
|
@ -105,7 +105,8 @@ namespace NzbDrone.Core.Notifications.Xbmc
|
|||
Host = message.Host,
|
||||
Port = message.Port,
|
||||
Username = message.Username,
|
||||
Password = message.Password
|
||||
Password = message.Password,
|
||||
DisplayTime = message.DisplayTime
|
||||
};
|
||||
|
||||
Logger.Trace("Determining version of XBMC Host: {0}", settings.Address);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue