mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
chore(video): add dots to loading text
This commit is contained in:
parent
270daeccec
commit
0880258dad
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export function VideoElement({ streamUrl, loading }) {
|
||||||
return (<VideoPlaceholder className="videoElementText">Your browser is not supported</VideoPlaceholder>)
|
return (<VideoPlaceholder className="videoElementText">Your browser is not supported</VideoPlaceholder>)
|
||||||
|
|
||||||
if (loading)
|
if (loading)
|
||||||
return <VideoPlaceholder>Loading episode</VideoPlaceholder>
|
return <VideoPlaceholder>Loading episode...</VideoPlaceholder>
|
||||||
|
|
||||||
if (!streamUrl || streamUrl.length === 0)
|
if (!streamUrl || streamUrl.length === 0)
|
||||||
return <videoPlaceholder>No video selected</videoPlaceholder>
|
return <videoPlaceholder>No video selected</videoPlaceholder>
|
||||||
|
|
Loading…
Reference in a new issue