mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Video/audio: rely on the browser to detect content type (#1977)
This commit is contained in:
@@ -45,7 +45,6 @@
|
||||
render: function() {
|
||||
var $el = $('<source>');
|
||||
$el.attr('src', this.dataUrl);
|
||||
$el.attr('type', this.contentType);
|
||||
this.$el.append($el);
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user