Fix(plugins): libre.fm plugin scrobbles

environments/review-docs-devel-1399dq/deployments/12466^2
Marcos Peña 2022-07-13 16:23:47 +02:00 zatwierdzone przez Georg Krause
rodzic 0dd5d316be
commit 9582604fc1
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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,

Wyświetl plik

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