danthedeckie / OpenLP-To-ProPresenter5-Converter

A small simple converter from OpenLP to ProPresenter5
18 stars 9 forks source link

Script currently exports all song slides in reverse order #6

Open jpalusky opened 8 months ago

jpalusky commented 8 months ago

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.