2 Commits

Author SHA1 Message Date
Michał Czyż
09a644cc03 Merge 209a942d63 into c27d1f70da 2024-08-15 20:15:58 +02:00
Michał Czyż
209a942d63 chore: release 2024-08-15 20:15:56 +02:00
2 changed files with 5 additions and 1 deletions

View File

@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.10.6](https://github.com/eRgo35/lyra/compare/v0.10.5...v0.10.6) - 2024-08-15
### Other
- update Cargo.lock dependencies
## [0.10.4](https://github.com/eRgo35/lyra/compare/v0.10.3...v0.10.4) - 2024-08-13 ## [0.10.4](https://github.com/eRgo35/lyra/compare/v0.10.3...v0.10.4) - 2024-08-13
### Fixed ### Fixed

View File

@@ -132,7 +132,6 @@ async fn parse_data(data: String) -> VecDeque<String> {
.unwrap(); .unwrap();
let list = Command::new("yt-dlp") let list = Command::new("yt-dlp")
.args(["--username", "oauth2", "--password", "''"])
.args(["-j", "--flat-playlist", track]) .args(["-j", "--flat-playlist", track])
.output() .output()
.expect("Failed to execute process") .expect("Failed to execute process")