mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-16 12:42:06 +00:00
Merge branch 'master' into interactive-notifications
This commit is contained in:
@ -5,6 +5,7 @@ const fetch = require("node-fetch");
|
||||
// This selects the progress bar, used for current progress
|
||||
const progressSelector = "#progress-bar";
|
||||
|
||||
|
||||
// Grab the progress using the selector
|
||||
const getProgress = async (win) => {
|
||||
// Get current value of the progressbar element
|
||||
|
||||
Reference in New Issue
Block a user