- fix spotify playlist playback
- fix spotify playlist embed failing due to too long description - fix not removing current playlist after adding another - exchanged Description and Tracks field in playlist embed
This commit is contained in:
@@ -40,8 +40,10 @@ namespace TomatenMusic.Music
|
||||
{
|
||||
return Task.Run(() =>
|
||||
{
|
||||
if (CurrentPlaylist == null)
|
||||
if (CurrentPlaylist == null && Queue.Count == 0)
|
||||
CurrentPlaylist = playlist;
|
||||
else
|
||||
CurrentPlaylist = null;
|
||||
|
||||
_logger.LogInformation("Queued Playlist {0}", playlist.Name);
|
||||
foreach (LavalinkTrack track in playlist.Tracks)
|
||||
|
Reference in New Issue
Block a user