Skip to content

Commit

Permalink
fix(beets): update NEEDS_INPUT_SNIPPETS
Browse files Browse the repository at this point in the history
fixes #114
  • Loading branch information
sentriz committed Dec 6, 2023
1 parent 7fceb52 commit 0bfa2b2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions betanin/jobs/import_torrents.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@
QUEUE = Queue()
NEEDS_INPUT_SNIPPETS = (
"[A]pply",
"kip new, ",
"ter search, ente",
"kip new",
"ter search",
"it, edit ",
"# selection (default",
"ore candidates",
"nter search, enter",
"This album is already in the library!",
)


Expand Down

0 comments on commit 0bfa2b2

Please sign in to comment.