Return-To-The-Roots / s25client

Return To The Roots (Settlers II(R) Clone)
http://www.rttr.info
GNU General Public License v2.0
477 stars 75 forks source link

Don't repeat all songs from playlist once #1658

Closed Flamefire closed 6 months ago

Flamefire commented 6 months ago

When playing a song from the playlist Play(1) is called which means "1 repeat" not "play once". This leads to #1480 which was reported on Discord to still happen. Fix is to remove the argument to default to playing only once.

Also add a test although it is actually a logic confusion.