Fix(plugins): libre.fm plugin scrobbles
This commit is contained in:
parent
0dd5d316be
commit
9582604fc1
2 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
1
changes/changelog.d/1817.bugfix
Normal file
1
changes/changelog.d/1817.bugfix
Normal file
|
|
@ -0,0 +1 @@
|
|||
Fixed libre.fm plugin not submitting scrobbles (#1817)
|
||||
Loading…
Add table
Add a link
Reference in a new issue