Ejemplo n.º 1
0
        public PlaylistViewModel()
        {
            _playlist = null;
            _client   = SpotifyClientService.Client;

            _showTutorialInfo = true;
            _playlists        = _client.GetPlaylists(SpotifyClientService.User.Id);

            _displayPlaylists = _playlists.Playlists;
            _displayPlaylists.Insert(0, new Playlist("New Playlist"));
        }
Ejemplo n.º 2
0
        public PlaylistViewModel()
        {
            _playlist = null;
            _client = SpotifyClientService.Client;

            _showTutorialInfo = true;
            _playlists = _client.GetPlaylists(SpotifyClientService.User.Id);

            _displayPlaylists = _playlists.Playlists;
            _displayPlaylists.Insert(0, new Playlist("New Playlist"));
        }