Skip to content

Commit 3c7e91b

Browse files
committed
removed application information
client secret is reset :)
1 parent 1ea963a commit 3c7e91b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spotify.examples/src/main/kotlin/PublicExamples.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ import com.adamratzman.spotify.utils.Track
55
fun main(args:Array<String>){
66
val api = spotifyApi {
77
credentials {
8-
clientId = "79d455af5aea45c094c5cea04d167ac1"
9-
clientSecret = "2ed0a8e3a946471e928c5e80b83c184d"
8+
clientId = ""
9+
clientSecret = ""
1010
}
1111
}.buildCredentialed()
1212

1313
api.search.searchTrack("High Hopes", 4, market = Market.US).queue { items ->
14-
items.
14+
items
1515
}
1616
}

0 commit comments

Comments
 (0)