]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix defaultProps of frameRate to string
authorTakeshi Umeda <noel.yoshiba@gmail.com>
Tue, 5 Jan 2021 19:00:42 +0000 (04:00 +0900)
committerClaire <claire.github-309c@sitedethib.com>
Wed, 6 Jan 2021 17:32:37 +0000 (18:32 +0100)
Port a50fe47a77118dba043143c01d0d6ad6c82f9b31 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
app/javascript/flavours/glitch/features/video/index.js

index 92dcaf473c8b7a0dd1596f3c0d2d4d02816dfed4..a81311c67c093c727fc2aed21d7108c0b695968a 100644 (file)
@@ -127,7 +127,7 @@ class Video extends React.PureComponent {
   };
 
   static defaultProps = {
-    frameRate: 25,
+    frameRate: '25',
   };
 
   state = {