There are two commands that currently are reversing the order of slides in all songs.
This issue can be fixed with the following commands commented out:
new_list.reverse()
current_verses.reverse()
There are some comments mentioning that the author is unsure of why these commands are here anyways.
There are two commands that currently are reversing the order of slides in all songs. This issue can be fixed with the following commands commented out:
new_list.reverse() current_verses.reverse()
There are some comments mentioning that the author is unsure of why these commands are here anyways.