workflow_fix #12

Merged
phoenix merged 23 commits from workflow_fix into devel 2025-04-12 18:37:03 +00:00
Showing only changes of commit 4c427e618a - Show all commits

View File

@@ -26,18 +26,6 @@ mod meta_nouveaou {
return Err(err);
}
}
/*
for item in metaa.tags {
if item.0 == "TITLE" {
return Ok(item.1);
}
}
Err(std::io::Error::new(
std::io::ErrorKind::InvalidData,
"Tag not found",
))
*/
}
Err(err) => Err(err),
},