This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sp = getSpotifyApi(1); | |
var models = sp.require('sp://import/scripts/api/models'); | |
var gtrack = sp.require("sp://import/scripts/googletracker"); | |
var tracker = new gtrack.GoogleTracker('UA–xxxxxxx–1'); | |
var args = sp.core.getArguments(); | |
var search = new models.Search("rhianna"); | |
//console.log(args[1]); | |
function tabs() { |