public SpotifyLocalAPIClass(bool betaMode = false) { rh = RemoteHandler.GetInstance(); mh = new SpotifyMusicHandler(); eh = new SpotifyEventHandler(this, mh); SpotifyLocalAPIClass.betaMode = betaMode; }
public SpotifyLocalAPIClass() { rh = RemoteHandler.GetInstance(); mh = new SpotifyMusicHandler(); eh = new SpotifyEventHandler(this, mh); }
public SpotifyMusicHandler() { rh = RemoteHandler.GetInstance(); }