1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-07 23:17:35 +00:00

Fixed: Default display time for Kodi notifications

This commit is contained in:
Mark McDowall 2016-04-07 15:45:11 -07:00
parent 15120270b4
commit ab7b427241

View file

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