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
|
Song model
|
||||||
"""
|
"""
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.sort_key = ()
|
self.sort_key = []
|
||||||
|
|
||||||
@reconstructor
|
@reconstructor
|
||||||
def init_on_load(self):
|
def init_on_load(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user