diff --git a/src/repository.rs b/src/repository.rs index 3e8f515..d064d1b 100755 --- a/src/repository.rs +++ b/src/repository.rs @@ -103,10 +103,10 @@ pub fn string_to_category(string: &str) -> Option { match string { "common" => Some(Common), - "bgcommon" => Some(BgCommon), - "bg" => Some(Bg), - "cut" => Some(Cut), - "chara" => Some(Chara), + "bgcommon" => Some(BackgroundCommon), + "bg" => Some(Background), + "cut" => Some(Cutscene), + "chara" => Some(Character), "shader" => Some(Shader), "ui" => Some(UI), "sound" => Some(Sound),