summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2019-02-17 01:09:49 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2019-02-17 01:09:49 +0900
commit24513fc0a3926435f991756b137516ecb4d1d3f6 (patch)
tree5b42ce467226e35736520a7a21004bf0117c3306 /src
parentAdd support for disabled timeline to deck (diff)
downloadmisskey-24513fc0a3926435f991756b137516ecb4d1d3f6.tar.gz
misskey-24513fc0a3926435f991756b137516ecb4d1d3f6.tar.bz2
misskey-24513fc0a3926435f991756b137516ecb4d1d3f6.zip
Update media-banner.vue (#4287)
Diffstat (limited to 'src')
-rw-r--r--src/client/app/common/views/components/media-banner.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/media-banner.vue b/src/client/app/common/views/components/media-banner.vue
index 8a6f377f01..3dec2e428e 100644
--- a/src/client/app/common/views/components/media-banner.vue
+++ b/src/client/app/common/views/components/media-banner.vue
@@ -5,7 +5,7 @@
<b>{{ $t('sensitive') }}</b>
<span>{{ $t('click-to-show') }}</span>
</div>
- <div class="audio" v-else-if="media.type.startsWith('audio')">
+ <div class="audio" v-else-if="media.type.startsWith('audio') && media.type !== 'audio/midi'">
<audio class="audio"
:src="media.url"
:title="media.name"