Skip to content

Commit 0c47097

Browse files
committed
db_media
1 parent 0afd5a1 commit 0c47097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xklb/db_media.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def get_dir_media(args, dirs: Collection, include_subdirs=False, limit=2_000) ->
318318
+ ")"
319319
)
320320

321-
select_sql = "\n , ".join(args.select)
321+
select_sql = "\n , ".join(s for s in args.select if s not in ["rank"])
322322

323323
query = f"""WITH m as (
324324
SELECT

0 commit comments

Comments
 (0)