use-listen-along
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "use-listen-along", | ||
"description": "A react hook to listen alongside others on spotify.", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
@@ -30,3 +30,3 @@ # 👥🎵 use-listen along | ||
function listen(disconnect: boolean) { | ||
// Get auth from spotify with scope 'user-modify-playback-state'. | ||
// Get auth from spotify with scope 'user-modify-playback-state user-read-currently-playing'. | ||
@@ -33,0 +33,0 @@ const {connected, error} = useListenAlong(snowflake, auth_code, disconnect); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29896