mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02:00
Use sane IDs for XBMC JSON RPC calls
This commit is contained in:
@@ -215,7 +215,7 @@ namespace NzbDrone.Core.Notifications.Xbmc
|
||||
postJson.Add(new JProperty("params", parameters));
|
||||
}
|
||||
|
||||
postJson.Add(new JProperty("id", DateTime.Now.Ticks));
|
||||
postJson.Add(new JProperty("id", 2));
|
||||
|
||||
return postJson;
|
||||
}
|
||||
|
Reference in New Issue
Block a user