diff --git a/src/js/media/views/frame/edit-attachments.js b/src/js/media/views/frame/edit-attachments.js
index a2e1749dc1..3eddd89316 100644
--- a/src/js/media/views/frame/edit-attachments.js
+++ b/src/js/media/views/frame/edit-attachments.js
@@ -91,6 +91,9 @@ EditAttachments = MediaFrame.extend(/** @lends wp.media.view.MediaFrame.EditAtta

 			// Completely destroy the modal DOM element when closing it.
 			this.modal.on( 'close', _.bind( function() {
+				// Fix: Stop playing the current audio/video even after closing the modal
+				this.trigger( 'refresh', this.model );
+
 				// Remove the keydown event.
 				$( 'body' ).off( 'keydown.media-modal' );
 				// Move focus back to the original item in the grid if possible.
