diff --git a/js/views/attachment_view.js b/js/views/attachment_view.js index dacd65a93..8a0f8e261 100644 --- a/js/views/attachment_view.js +++ b/js/views/attachment_view.js @@ -93,11 +93,10 @@ view.$el.trigger('show'); break; - case 'video': - if (this.view instanceof MediaView) { - break; - } default: + if (this.view instanceof MediaView) { + return; + } this.saveFile(); } },