Fix media video (#3452)

* Fix: Always show nsfw

* [Client] Add missing video play icon
This commit is contained in:
MeiMei
2018-12-01 07:16:28 +09:00
committed by syuilo
parent 6a8835b923
commit cf4cecd4df
3 changed files with 4 additions and 2 deletions

View File

@ -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,