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 = {
|
||||
"hs": "true",
|
||||
"p": "1.2",
|
||||
"c": PLUGIN["name"],
|
||||
"c": "fw",
|
||||
"v": PLUGIN["version"],
|
||||
"u": username,
|
||||
"t": timestamp,
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Fixed libre.fm plugin not submitting scrobbles (#1817)
|
Loading…
Reference in New Issue