Fix(plugins): libre.fm plugin scrobbles
This commit is contained in:
parent
0dd5d316be
commit
9582604fc1
|
@ -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,
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Fixed libre.fm plugin not submitting scrobbles (#1817)
|
Loading…
Reference in New Issue