mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-12 14:37:23 +03:00
semicolon
This commit is contained in:
committed by
GitHub
parent
86e5ef7523
commit
b21b6edb0c
@@ -1277,10 +1277,10 @@ function skipToTime({v, skipTime, skippingSegments, openNotice, forceAutoSkip, u
|
||||
const oldMetadata = navigator.mediaSession.metadata
|
||||
beep.play();
|
||||
beep.addEventListener("ended", () => {
|
||||
navigator.mediaSession.metadata = null
|
||||
navigator.mediaSession.metadata = null;
|
||||
setTimeout(() =>
|
||||
navigator.mediaSession.metadata = oldMetadata
|
||||
)
|
||||
);
|
||||
})
|
||||
}
|
||||
|
||||
@@ -2045,4 +2045,4 @@ function checkForPreloadedSegment() {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user