Skip to content

Commit

Permalink
use modded version of ytmusicapi that fixes the blank duration issue
Browse files Browse the repository at this point in the history
  • Loading branch information
apastel committed May 7, 2024
1 parent 54946ae commit a23f05e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies = [
"click>=8.1.7",
"enlighten>=1.12.4",
"thefuzz>=0.22.1",
"ytmusicapi>=1.7.0",
"ytmusicapi @ https://drive.google.com/uc?id=1uQUoi2KQUGsiQtbImtviC2JDA8b2h5jv",
]
requires-python = "<3.13,>=3.8.1"
readme = "ytmusic_deleter/README.md"
Expand Down
2 changes: 1 addition & 1 deletion ytmusic_deleter/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.3.0"
__version__ = "2.3.0+d20240507"

0 comments on commit a23f05e

Please sign in to comment.