EOF; verse order fixed

This commit is contained in:
Samuel Mehrbrodt 2014-07-11 16:19:53 +02:00
parent df6669220a
commit 53cb11e03e
2 changed files with 3 additions and 3 deletions

View File

@ -90,4 +90,4 @@ class PresentationManagerImport(SongImport):
self.verse_order_list = verse_order_list
if not self.finish():
self.log_error(self.import_source)
self.log_error(self.import_source)

View File

@ -3,7 +3,7 @@
"authors": [
"Thomas O. Chisholm (1866-1960)"
],
"verse_order_list": [],
"verse_order_list": ["v1", "c1", "v2", "c1", "v3", "c1"],
"verses": [
[
"\"Great is Thy faithfulness\", O God my Father.\nThere is no shadow of turning with Thee;\nThou changest not, Thy compassions they fail not,\nAs Thou hast been Thou forever shall be.",
@ -22,4 +22,4 @@
"v3"
]
]
}
}