Fix RepeatSong/RepeatPlaylist bug
bug where song would be added to the queue at the last index when repeatplaylist was enabled + repeatsong, as the actionqueue events are not mutually independent
This commit is contained in:
parent
3604f6a247
commit
529343ceb6
@ -163,7 +163,7 @@ namespace NadekoBot.Modules.Music.Classes
|
||||
}
|
||||
|
||||
|
||||
if (RepeatPlaylist)
|
||||
if (RepeatPlaylist & !RepeatSong)
|
||||
AddSong(CurrentSong, CurrentSong.QueuerName);
|
||||
|
||||
if (RepeatSong)
|
||||
|
Loading…
Reference in New Issue
Block a user