Fix(plugins): libre.fm plugin scrobbles

This commit is contained in:
Marcos Peña 2022-07-13 16:23:47 +02:00 committed by Georg Krause
parent 0dd5d316be
commit 9582604fc1
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ def handshake_v1(session, url, username, password):
params = { params = {
"hs": "true", "hs": "true",
"p": "1.2", "p": "1.2",
"c": PLUGIN["name"], "c": "fw",
"v": PLUGIN["version"], "v": PLUGIN["version"],
"u": username, "u": username,
"t": timestamp, "t": timestamp,

View File

@ -0,0 +1 @@
Fixed libre.fm plugin not submitting scrobbles (#1817)