Skip to content

Commit 0afd5a1

Browse files
committed
2.4.008
1 parent 0fc442b commit 0afd5a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/README.md

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

9797
$ library
98-
xk media library subcommands (v2.4.007)
98+
xk media library subcommands (v2.4.008)
9999

100100
Create database subcommands:
101101
╭───────────────┬────────────────────────────────────────────────────╮

xklb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.4.007"
1+
__version__ = "2.4.008"

xklb/scripts/open_links.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def parse_args() -> argparse.Namespace:
5252
parser.add_argument("database")
5353
parser.add_argument("search", nargs="*")
5454
args = parser.parse_intermixed_args()
55-
args.action = "open_links"
55+
args.action = consts.SC.open_links
5656
args.defaults = []
5757

5858
arg_utils.parse_args_limit(args)

0 commit comments

Comments
 (0)