fix playlist playback not working

This commit is contained in:
Tim Müller 2022-04-01 18:46:03 +02:00
parent 85dbbd8bfc
commit bc7e493e71

@ -69,6 +69,7 @@ namespace TomatenMusic.Music
EnsureNotDestroyed();
EnsureConnected();
_ = playlist.Play(this);
_logger.LogInformation("Started playing Playlist {0} on Guild {1}", playlist.Title, (await GetGuildAsync()).Name);