Skip to content

Commit b9f0d98

Browse files
authored
Merge pull request #101 from guerda/fix_column_name
fix column name
2 parents 536f8c1 + 46f7fcb commit b9f0d98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

beetsstatistics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def get_recently_added_albums(self):
425425
items i on
426426
i.album_id = a.id
427427
where
428-
a.album_id is not null and
428+
i.album_id is not null and
429429
a.album != ''
430430
group by
431431
i.album_id

0 commit comments

Comments
 (0)