forked from openlp/openlp
EOF; verse order fixed
This commit is contained in:
parent
df6669220a
commit
53cb11e03e
@ -90,4 +90,4 @@ class PresentationManagerImport(SongImport):
|
|||||||
|
|
||||||
self.verse_order_list = verse_order_list
|
self.verse_order_list = verse_order_list
|
||||||
if not self.finish():
|
if not self.finish():
|
||||||
self.log_error(self.import_source)
|
self.log_error(self.import_source)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
"Thomas O. Chisholm (1866-1960)"
|
"Thomas O. Chisholm (1866-1960)"
|
||||||
],
|
],
|
||||||
"verse_order_list": [],
|
"verse_order_list": ["v1", "c1", "v2", "c1", "v3", "c1"],
|
||||||
"verses": [
|
"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.",
|
"\"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"
|
"v3"
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user