mirror of
https://github.com/eRgo35/lyra.git
synced 2026-02-04 20:36:10 +01:00
Compare commits
2 Commits
209a942d63
...
v0.10.6
| Author | SHA1 | Date | |
|---|---|---|---|
| 66052e4f74 | |||
| 09b0d6fd9d |
@@ -6,11 +6,6 @@ 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
|
||||||
|
|||||||
@@ -132,6 +132,7 @@ 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")
|
||||||
|
|||||||
Reference in New Issue
Block a user