fixed build
This commit is contained in:
		@@ -80,8 +80,9 @@ namespace NadekoBot.Modules.Music.Classes
 | 
			
		||||
                        return $"https://cdn.discordapp.com/attachments/155726317222887425/261850914783100928/1482522077_music.png"; //test links
 | 
			
		||||
                    case MusicType.Soundcloud:
 | 
			
		||||
                        return SongInfo.AlbumArt;
 | 
			
		||||
                    default:
 | 
			
		||||
                        return "";
 | 
			
		||||
                }
 | 
			
		||||
                return "";
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -239,8 +239,7 @@ namespace NadekoBot.Modules.Music
 | 
			
		||||
                    .WithDescription(currentSong.PrettyFullTime)
 | 
			
		||||
                    .WithFooter(ef => ef.WithText($"{currentSong.PrettyProvider} | {currentSong.QueuerName}"))
 | 
			
		||||
                    .WithOkColor()
 | 
			
		||||
                    .WithThumbnail(tn => tn.Url = currentSong.Thumbnail)
 | 
			
		||||
                    .WithUrl(currentSong.SongUrl);
 | 
			
		||||
                    .WithThumbnail(tn => tn.Url = currentSong.Thumbnail);
 | 
			
		||||
            await channel.EmbedAsync(embed.Build()).ConfigureAwait(false);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user