mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
XBMC API improvements
This commit is contained in:
@@ -214,7 +214,7 @@ namespace NzbDrone.Core.Notifications.Xbmc
|
||||
postJson.Add(new JProperty("params", parameters));
|
||||
}
|
||||
|
||||
postJson.Add(new JProperty("id", 10));
|
||||
postJson.Add(new JProperty("id", DateTime.Now.Ticks));
|
||||
|
||||
return postJson;
|
||||
}
|
||||
|
Reference in New Issue
Block a user