Fixed: Default display time for Kodi notifications

pull/3113/head
Mark McDowall 8 years ago
parent 15120270b4
commit ab7b427241

@ -24,6 +24,7 @@ namespace NzbDrone.Core.Notifications.Xbmc
public XbmcSettings()
{
Port = 8080;
DisplayTime = 5;
}
[FieldDefinition(0, Label = "Host")]

Loading…
Cancel
Save