Added spotify URL parsing

This commit is contained in:
obito1903 2023-01-25 17:07:52 +01:00
parent 2387c64fe6
commit 58125236e1
4 changed files with 34 additions and 7 deletions

View file

@ -15,6 +15,7 @@ librespot = "0.3.1"
tokio = { version = "1.18.2", features = ["rt"] }
flac-bound = { version = "0.2.0" }
audiotags = "0.2.7182"
regex = "1.7.1"
[package.metadata.deb]
depends="libflac-dev"