Skip to content

Commit d36ff0b

Browse files
committed
3.0.068
1 parent fdb3e2d commit d36ff0b

File tree

5 files changed

+105
-96
lines changed

5 files changed

+105
-96
lines changed

.github/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ To stop playing press Ctrl+C in either the terminal or mpv
9999
<details><summary>List all subcommands</summary>
100100

101101
$ library
102-
library (v3.0.067; 100 subcommands)
102+
library (v3.0.068; 100 subcommands)
103103

104104
Create database subcommands:
105105
╭─────────────────┬──────────────────────────────────────────╮

library/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from library.utils import argparse_utils, iterables
66
from library.utils.log_utils import log
77

8-
__version__ = "3.0.067"
8+
__version__ = "3.0.068"
99

1010
progs = {
1111
"Create database subcommands": {

library/mediafiles/torrents_start.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ def torrents_start():
134134
trash(args, path)
135135

136136
if shutil.which("qbt_prioritize.py"):
137-
processes.cmd("qbt_prioritize.py")
137+
processes.cmd("qbt_prioritize.py", strict=False)

0 commit comments

Comments
 (0)