Skip to content

Commit

Permalink
3.0.068
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmanjacobd committed Mar 8, 2025
1 parent fdb3e2d commit d36ff0b
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ To stop playing press Ctrl+C in either the terminal or mpv
<details><summary>List all subcommands</summary>

$ library
library (v3.0.067; 100 subcommands)
library (v3.0.068; 100 subcommands)

Create database subcommands:
╭─────────────────┬──────────────────────────────────────────╮
Expand Down
2 changes: 1 addition & 1 deletion library/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from library.utils import argparse_utils, iterables
from library.utils.log_utils import log

__version__ = "3.0.067"
__version__ = "3.0.068"

progs = {
"Create database subcommands": {
Expand Down
2 changes: 1 addition & 1 deletion library/mediafiles/torrents_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ def torrents_start():
trash(args, path)

if shutil.which("qbt_prioritize.py"):
processes.cmd("qbt_prioritize.py")
processes.cmd("qbt_prioritize.py", strict=False)
Loading

0 comments on commit d36ff0b

Please sign in to comment.