aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Commands/status.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/Commands/status.js b/Commands/status.js
index fcc6c08..ee02126 100644
--- a/Commands/status.js
+++ b/Commands/status.js
@@ -56,6 +56,8 @@ export default {
} catch (error) {
console.error(error.message);
}
+ } else {
+ audioName = audioName.split('.').slice(0, -1).join('.');
}
}