mirror of
https://github.com/eRgo35/lyra.git
synced 2026-02-04 20:36:10 +01:00
Compare commits
2 Commits
release-pl
...
09a644cc03
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
09a644cc03 | ||
|
|
209a942d63 |
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.10.7](https://github.com/eRgo35/lyra/compare/v0.10.6...v0.10.7) - 2024-08-16
|
||||
## [0.10.6](https://github.com/eRgo35/lyra/compare/v0.10.5...v0.10.6) - 2024-08-15
|
||||
|
||||
### Other
|
||||
- update Cargo.lock dependencies
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1311,7 +1311,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "lyra"
|
||||
version = "0.10.7"
|
||||
version = "0.10.6"
|
||||
dependencies = [
|
||||
"dotenv",
|
||||
"json",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "lyra"
|
||||
version = "0.10.7"
|
||||
version = "0.10.6"
|
||||
authors = ["Michał Czyż <mike@c2yz.com>"]
|
||||
edition = "2021"
|
||||
description = "A featureful Discord bot written in Rust."
|
||||
|
||||
@@ -132,7 +132,6 @@ async fn parse_data(data: String) -> VecDeque<String> {
|
||||
.unwrap();
|
||||
|
||||
let list = Command::new("yt-dlp")
|
||||
.args(["--username", "oauth2", "--password", "''"])
|
||||
.args(["-j", "--flat-playlist", track])
|
||||
.output()
|
||||
.expect("Failed to execute process")
|
||||
|
||||
Reference in New Issue
Block a user