Added handleVideoEnded() and the fix for the erroring of the toLocalePublicationString()
This commit is contained in:
parent
1229008549
commit
da40e92cb6
|
@ -302,6 +302,7 @@ export default Vue.extend({
|
||||||
message: this.$t('This video is unavailable because of missing formats. This can happen due to country unavailability.'),
|
message: this.$t('This video is unavailable because of missing formats. This can happen due to country unavailability.'),
|
||||||
time: 7000
|
time: 7000
|
||||||
})
|
})
|
||||||
|
this.handleVideoEnded()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue