Changed lfm scrobble delay to percentage
This commit is contained in:
parent
d99b9d1eac
commit
42e3d4d8e5
3 changed files with 4 additions and 4 deletions
2
index.js
2
index.js
|
@ -65,7 +65,7 @@ const configDefaults = {
|
|||
},
|
||||
"lastfm": {
|
||||
"enabled": false,
|
||||
"scrobble_after": 30,
|
||||
"scrobble_after": 50,
|
||||
"auth_token": "",
|
||||
"enabledRemoveFeaturingArtists": true,
|
||||
"NowPlaying": "true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue