Fix #79
This commit is contained in:
parent
4b7c6110a2
commit
bb1504117e
@ -67,7 +67,7 @@ export default {
|
||||
truncate,
|
||||
abbreviate,
|
||||
handlePlayerTimeUpdate(time: number) {
|
||||
if (!getSetting('chatVisible')) return
|
||||
if (getSetting('chatVisible')) return
|
||||
const chat = this.$refs.chat as ChatComponent
|
||||
this.time = time
|
||||
chat.updateVodComments(time)
|
||||
|
Loading…
x
Reference in New Issue
Block a user