Esempio n. 1
0
        /// <summary>
        ///
        /// </summary>
        /// <returns></returns>
        protected override async Task OnInitAsync()
        {
            await BindPlaylists();

            SpotifyService.EnableSpotifyPlayer(AuthenticationService.Token);
            SpotifyService.SpotifyWebPlayerChanged += SpotifyService_SpotifyWebPlayerChanged;

            base.OnInit();
        }