We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52740b1 commit 4ddebb9Copy full SHA for 4ddebb9
1 file changed
src/logic/play.rs
@@ -33,7 +33,7 @@ pub(crate) fn play_vn(path: &PathBuf) -> Result<()> {
33
.spawn()
34
{
35
Ok(_) => Ok(()),
36
- Err(_) => Err(AppError::VnPlayError.into()),
+ Err(_) => Err(AppError::PlayError.into()),
37
}
38
39
0 commit comments