refactor: rename Subtitles prop videoUrl to subtitleUrl
This commit is contained in:
@@ -71,7 +71,7 @@ init()
|
||||
<GamePlayer @video-ready="onVideoReady" />
|
||||
<Subtitles
|
||||
:current-time="store.videoTime"
|
||||
:video-url="store.currentScene?.subtitleUrl ?? null"
|
||||
:subtitle-url="store.currentScene?.subtitleUrl ?? null"
|
||||
/>
|
||||
<QTEOverlay
|
||||
:visible="store.qteActive"
|
||||
|
||||
Reference in New Issue
Block a user