change scrobble threshold to 90%

This commit is contained in:
Drew Weymouth
2023-01-13 17:00:36 -08:00
parent b47bf6d000
commit 46b64e6efd
+1 -1
View File
@@ -12,7 +12,7 @@ import (
) )
const ( const (
ScrobbleThreshold = 0.6 ScrobbleThreshold = 0.9
) )
type PlaybackManager struct { type PlaybackManager struct {