diff --git a/js/views/attachment_view.js b/js/views/attachment_view.js index 25c72e58f..dacd65a93 100644 --- a/js/views/attachment_view.js +++ b/js/views/attachment_view.js @@ -95,7 +95,7 @@ case 'video': if (this.view instanceof MediaView) { - return; + break; } default: this.saveFile();