change scrobble threshold to 90%
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
ScrobbleThreshold = 0.6
|
ScrobbleThreshold = 0.9
|
||||||
)
|
)
|
||||||
|
|
||||||
type PlaybackManager struct {
|
type PlaybackManager struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user