We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ce2a4 commit f954afdCopy full SHA for f954afd
1 file changed
src/views/recorder/VideoPlayer.vue
@@ -100,7 +100,7 @@ onMounted(() => {
100
}
101
flvfile.value = e.files.find((f) => f.name === filename && !f.isFolder) as FileDto;
102
const xmlFile = e.files.find((f) => f.name === xmlFileName && !f.isFolder) as FileDto;
103
- if (!flvfile) {
+ if (!flvfile.value) {
104
return router.push({ path: `/recorder/${route.params.id}/files`, hash: '#/' });
105
106
playerOptions.value = {
0 commit comments