File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ To stop playing press Ctrl+C in either the terminal or mpv
95
95
<details ><summary >List all subcommands</summary >
96
96
97
97
$ library
98
- xk media library subcommands (v2.4.007 )
98
+ xk media library subcommands (v2.4.008 )
99
99
100
100
Create database subcommands:
101
101
╭───────────────┬────────────────────────────────────────────────────╮
Original file line number Diff line number Diff line change 1
- __version__ = "2.4.007 "
1
+ __version__ = "2.4.008 "
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def parse_args() -> argparse.Namespace:
52
52
parser .add_argument ("database" )
53
53
parser .add_argument ("search" , nargs = "*" )
54
54
args = parser .parse_intermixed_args ()
55
- args .action = " open_links"
55
+ args .action = consts . SC . open_links
56
56
args .defaults = []
57
57
58
58
arg_utils .parse_args_limit (args )
You can’t perform that action at this time.
0 commit comments