aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/nuke
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/nuke')
-rwxr-xr-xplugins/nuke4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/nuke b/plugins/nuke
index 3790496..8883034 100755
--- a/plugins/nuke
+++ b/plugins/nuke
@@ -122,8 +122,8 @@ handle_extension() {
fi
exit 1;;
- ## M4A audio
- m4a)
+ ## Audio
+ aac|flac|m4a|mid|midi|mpa|mp2|mp3|ogg|wav|wma)
if which mocp >/dev/null 2>&1; then
mocplay "${FPATH}" >/dev/null 2>&1
exit 0