mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-23 22:40:54 +00:00
Fixed: Default display time for Kodi notifications
This commit is contained in:
parent
15120270b4
commit
ab7b427241
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ public class XbmcSettings : IProviderConfig
|
||||||
public XbmcSettings()
|
public XbmcSettings()
|
||||||
{
|
{
|
||||||
Port = 8080;
|
Port = 8080;
|
||||||
|
DisplayTime = 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
[FieldDefinition(0, Label = "Host")]
|
[FieldDefinition(0, Label = "Host")]
|
||||||
|
|
Loading…
Reference in a new issue