Merge branch 'main' of github.com:dweymouth/supersonic

This commit is contained in:
Drew Weymouth
2023-01-14 11:06:21 -08:00
+1 -1
View File
@@ -12,7 +12,7 @@ import (
)
const (
ScrobbleThreshold = 0.6
ScrobbleThreshold = 0.9
)
type PlaybackManager struct {