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 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):