Added handleVideoEnded() and the fix for the erroring of the toLocalePublicationString()
This commit is contained in:
parent
1229008549
commit
da40e92cb6
|
@ -93,7 +93,7 @@ export default Vue.extend({
|
||||||
comment.showReplies = false
|
comment.showReplies = false
|
||||||
comment.dataType = 'local'
|
comment.dataType = 'local'
|
||||||
this.toLocalePublicationString({
|
this.toLocalePublicationString({
|
||||||
publishText: (comment.time + 'ago'),
|
publishText: (comment.time + ' ago'),
|
||||||
templateString: this.$t('Video.Publicationtemplate'),
|
templateString: this.$t('Video.Publicationtemplate'),
|
||||||
timeStrings: this.$t('Video.Published'),
|
timeStrings: this.$t('Video.Published'),
|
||||||
liveStreamString: this.$t('Video.Watching'),
|
liveStreamString: this.$t('Video.Watching'),
|
||||||
|
|
|
@ -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