Skip to content
Snippets Groups Projects
Commit d4a0afa8 authored by ale's avatar ale
Browse files

Merge branch 'master' of https://git.autistici.org/djrandom

parents 8f1e991c 9c54ae34
Branches
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ class MP3(Base):
@classmethod
def get_with_no_features(cls):
return cls.query.filter((cls.state == cls.READY)
& (cls.has_fingerprint == 0))
& (cls.has_features == 0))
@classmethod
def get_with_bad_metadata(cls):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment