key binds fix

This commit is contained in:
Miloš Holba
2020-08-17 20:10:30 +02:00
parent ba315014fa
commit bb22ec1e88
7 changed files with 162 additions and 132 deletions

View File

@@ -137,7 +137,10 @@ export default {
return this.data.type === "video";
},
isAudio() {
return this.data.type === "audio";
return (
// this.data.type === "audio" &&
this.data.mimetype === "mp3" || "wan" || "mpeg"
);
},
canEditName() {
return (