remove fancy player
This commit is contained in:
@@ -16,7 +16,8 @@ async fn get_newest_morning_journal() -> Result<String, Box<dyn std::error::Erro
|
||||
for day in days.iter().rev() {
|
||||
if let Some(broadcasts) = day["broadcasts"].as_array() {
|
||||
for broadcast in broadcasts.iter().rev() {
|
||||
if broadcast["title"] == "Ö1 Morgenjournal" {
|
||||
//if broadcast["title"] == "Ö1 Morgenjournal" {
|
||||
if broadcast["title"] == "Eröffnungskonzert Allegro Vivo" {
|
||||
if let Some(href) = broadcast["href"].as_str() {
|
||||
return Ok(href.into());
|
||||
}
|
||||
|
Reference in New Issue
Block a user