Skip to content

Commit

Permalink
updates example
Browse files Browse the repository at this point in the history
  • Loading branch information
brim-borium committed Dec 22, 2019
1 parent f43319b commit 5feb96e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,7 @@ class _HomeState extends State<Home> {
_loading = true;
});
var result = await SpotifySdk.connectToSpotifyRemote(
clientId: "4ee5e972f7154c3293f4c0fdec99f373",
redirectUrl: "https://mysite.com/callback/");
clientId: "", redirectUrl: "");
setState(() {
_connected = result;
});
Expand Down

0 comments on commit 5feb96e

Please sign in to comment.