1
0
mirror of https://gitlab.com/openlp/openlp.git synced 2024-09-29 19:37:38 +00:00

fixed sorting again

This commit is contained in:
Andreas Preikschat 2013-07-07 16:08:47 +02:00
parent 8363979040
commit 83df3c293a

View File

@ -68,7 +68,7 @@ class Song(BaseModel):
Song model
"""
def __init__(self):
self.sort_key = ()
self.sort_key = []
@reconstructor
def init_on_load(self):