Skip to content

Commit

Permalink
feat: Update search for in-progress works
Browse files Browse the repository at this point in the history
Needed now that 'status' is a custom column, not a tag.
  • Loading branch information
bellisk committed Aug 13, 2024
1 parent 02fe0f6 commit 2e1b012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calibre_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def get_series_work_urls(series_title, path):

def get_incomplete_work_data(path):
result = check_output(
f'calibredb list --search tags:""status.In Progress"" {path} '
f'calibredb list --search "#status:=In-Progress" {path} '
f"--fields title,*identifier --for-machine",
shell=True,
stderr=STDOUT,
Expand Down

0 comments on commit 2e1b012

Please sign in to comment.