Skip to content

Commit

Permalink
style: lastGetMusicTime default value
Browse files Browse the repository at this point in the history
  • Loading branch information
imba97 committed Dec 3, 2024
1 parent f2dea58 commit e1e827c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/resume/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const imageLoaded = ref(false)
let requestTimer: NodeJS.Timeout | null = null
let lastGetMusicTime = new Date().getTime()
let lastGetMusicTime = 0
const visible = useDocumentVisibility()
Expand Down

0 comments on commit e1e827c

Please sign in to comment.