mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 05:12:57 -05:00
format
This commit is contained in:
parent
3757a1162b
commit
f2ebb7a06d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue