Exemple #1
0
        public override void UnfollowArtist()
        {
            IsHighlighted = false;

            if (SpotifyCacheService.IsArtistFollowed(_newReleaseItem.Artist))
            {
                SpotifyCacheService.UnfollowArtist(_newReleaseItem.Artist);
            }
        }
Exemple #2
0
        public override void UnfollowArtist()
        {
            IsHighlighted = false;

            if (SpotifyCacheService.IsArtistFollowed(ArtistViewModel.Artist))
            {
                SpotifyCacheService.UnfollowArtist(ArtistViewModel.Artist);
            }
        }