mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-18 13:38:25 +03:00
Added comments
This commit is contained in:
committed by
GitHub
parent
1ab33375ec
commit
2580577ce0
@@ -206,6 +206,7 @@ function videoIDChange(id) {
|
|||||||
previousVideoID = id;
|
previousVideoID = id;
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
//set the previous id now, don't wait for chrome.storage.get
|
||||||
previousVideoID = id;
|
previousVideoID = id;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1190,4 +1191,4 @@ function getYouTubeVideoStartTime(url) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return startTime;
|
return startTime;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user