forked from openlp/openlp
fixed sorting again
This commit is contained in:
parent
8363979040
commit
83df3c293a
@ -68,7 +68,7 @@ class Song(BaseModel):
|
||||
Song model
|
||||
"""
|
||||
def __init__(self):
|
||||
self.sort_key = ()
|
||||
self.sort_key = []
|
||||
|
||||
@reconstructor
|
||||
def init_on_load(self):
|
||||
|
Loading…
Reference in New Issue
Block a user