mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 01:25:05 +01:00
chore(video): add dots to loading text
This commit is contained in:
parent
270daeccec
commit
0880258dad
@ -33,7 +33,7 @@ export function VideoElement({ streamUrl, loading }) {
|
||||
return (<VideoPlaceholder className="videoElementText">Your browser is not supported</VideoPlaceholder>)
|
||||
|
||||
if (loading)
|
||||
return <VideoPlaceholder>Loading episode</VideoPlaceholder>
|
||||
return <VideoPlaceholder>Loading episode...</VideoPlaceholder>
|
||||
|
||||
if (!streamUrl || streamUrl.length === 0)
|
||||
return <videoPlaceholder>No video selected</videoPlaceholder>
|
||||
|
Loading…
Reference in New Issue
Block a user