Skip to content

Commit 9af7820

Browse files
committed
2.5.018
1 parent 3e5e91f commit 9af7820

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
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.5.017)
98+
xk media library subcommands (v2.5.018)
9999

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

pdm.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xklb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.5.017"
1+
__version__ = "2.5.018"

xklb/tube_backend.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def get_extra_metadata(args, playlist_path, playlist_dl_opts=None) -> Optional[L
242242
AND playlists_id = (select id from playlists where path = ?)
243243
{'AND width is null' if 'width' in m_columns else ''}
244244
""",
245-
[playlist_path, playlist_path],
245+
[playlist_path],
246246
).fetchall()
247247
)
248248

0 commit comments

Comments
 (0)