Fix media video (#3452)
* Fix: Always show nsfw * [Client] Add missing video play icon
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| <template> | ||||
| <div class="uofhebxjdgksfmltszlxurtjnjjsvioh" v-if="video.isSensitive && hide" @click="hide = false"> | ||||
| <div class="uofhebxjdgksfmltszlxurtjnjjsvioh" v-if="video.isSensitive && hide && !$store.state.device.alwaysShowNsfw" @click="hide = false"> | ||||
| 	<div> | ||||
| 		<b><fa icon="exclamation-triangle"/> {{ $t('sensitive') }}</b> | ||||
| 		<span>{{ $t('click-to-show') }}</span> | ||||
|   | ||||
| @@ -143,6 +143,7 @@ import { | ||||
| 	faCalendarAlt as farCalendarAlt, | ||||
| 	faHdd as farHdd, | ||||
| 	faMoon as farMoon, | ||||
| 	faPlayCircle as farPlayCircle, | ||||
| } from '@fortawesome/free-regular-svg-icons'; | ||||
|  | ||||
| import { | ||||
| @@ -268,6 +269,7 @@ library.add( | ||||
| 	farCalendarAlt, | ||||
| 	farHdd, | ||||
| 	farMoon, | ||||
| 	farPlayCircle, | ||||
|  | ||||
| 	fabTwitter, | ||||
| 	fabGithub, | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| <template> | ||||
| <div class="icozogqfvdetwohsdglrbswgrejoxbdj" v-if="video.isSensitive && hide" @click="hide = false"> | ||||
| <div class="icozogqfvdetwohsdglrbswgrejoxbdj" v-if="video.isSensitive && hide && !$store.state.device.alwaysShowNsfw" @click="hide = false"> | ||||
| 	<div> | ||||
| 		<b><fa icon="exclamation-triangle"/> {{ $t('sensitive') }}</b> | ||||
| 		<span>{{ $t('click-to-show') }}</span> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MeiMei
					MeiMei