Skip to content

Commit

Permalink
2.8.059
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmanjacobd committed Jun 9, 2024
1 parent 1a9dd75 commit e682ac2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ To stop playing press Ctrl+C in either the terminal or mpv
<details><summary>List all subcommands</summary>

$ library
library (v2.8.058; 79 subcommands)
library (v2.8.059; 79 subcommands)

Create database subcommands:
╭───────────────┬──────────────────────────────────────────╮
Expand Down
22 changes: 11 additions & 11 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion xklb/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.8.058"
__version__ = "2.8.059"
2 changes: 1 addition & 1 deletion xklb/mediafiles/media_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def decode_full_scan(path, audio_scan=False, frames="frames", threads=None):
"-of",
"json",
"-threads",
str(threads),
str(threads or 1),
"-v",
"0",
path,
Expand Down

0 comments on commit e682ac2

Please sign in to comment.