workflow_fix #12
@@ -1,4 +1,4 @@
|
||||
mod meta_type {
|
||||
pub mod meta_type {
|
||||
pub enum Type {
|
||||
Title,
|
||||
Artist,
|
||||
@@ -9,7 +9,7 @@ mod meta_type {
|
||||
}
|
||||
}
|
||||
|
||||
mod meta_nouveaou {
|
||||
pub mod meta_nouveaou {
|
||||
use super::*;
|
||||
|
||||
pub fn get_meta(t: meta_type::Type, filepath: &String) -> Result<String, std::io::Error> {
|
||||
|
Reference in New Issue
Block a user