Commit 73c65544 by Takatoshi Miura

#43238_audio-archive_iOSで音声アーカイブの録画時間が長くなるバグを修正

parent 897d16c5
...@@ -1586,8 +1586,6 @@ CHAT_UI.refreshArchiveDetailScreen = function (archiveId) { ...@@ -1586,8 +1586,6 @@ CHAT_UI.refreshArchiveDetailScreen = function (archiveId) {
$("#archive_player").prepend( $("#archive_player").prepend(
'<audio class="archive_audio_player" controls controlsList="nodownload"><source src="' + '<audio class="archive_audio_player" controls controlsList="nodownload"><source src="' +
archiveFilePath + archiveFilePath +
'" type="audio/mp3"><source src="' +
archiveFilePath +
'" type="audio/wav"><source src="' + '" type="audio/wav"><source src="' +
archiveFilePath + archiveFilePath +
'" type="audio/ogg"></audio>' '" type="audio/ogg"></audio>'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment