[Glitch] Fix defaultProps of frameRate to string

Port a50fe47a77 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
master
Takeshi Umeda 2021-01-06 04:00:42 +09:00 committed by Claire
parent f17ff99257
commit 98fd0cca55
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ class Video extends React.PureComponent {
};
static defaultProps = {
frameRate: 25,
frameRate: '25',
};
state = {