From: Takeshi Umeda Date: Tue, 5 Jan 2021 19:00:42 +0000 (+0900) Subject: [Glitch] Fix defaultProps of frameRate to string X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=98fd0cca5508e9b6bb43d257982bdb91f7075559;p=mastodon.git [Glitch] Fix defaultProps of frameRate to string Port a50fe47a77118dba043143c01d0d6ad6c82f9b31 to glitch-soc Signed-off-by: Claire --- diff --git a/app/javascript/flavours/glitch/features/video/index.js b/app/javascript/flavours/glitch/features/video/index.js index 92dcaf473..a81311c67 100644 --- a/app/javascript/flavours/glitch/features/video/index.js +++ b/app/javascript/flavours/glitch/features/video/index.js @@ -127,7 +127,7 @@ class Video extends React.PureComponent { }; static defaultProps = { - frameRate: 25, + frameRate: '25', }; state = {