This commit is contained in:
dragongoose 2023-11-26 11:40:47 -05:00
parent 3757a1162b
commit f2ebb7a06d
No known key found for this signature in database
GPG Key ID: 01397EEC371CDAA5

View File

@ -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)