mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-08 12:37:05 +03:00
Removed redundant if statement
This commit is contained in:
@@ -259,7 +259,7 @@ function resetValues() {
|
||||
//reset sponsor data found check
|
||||
sponsorDataFound = false;
|
||||
|
||||
if (switchingVideos !== null || true) switchingVideos = true;
|
||||
switchingVideos = true;
|
||||
}
|
||||
|
||||
async function videoIDChange(id) {
|
||||
|
||||
Reference in New Issue
Block a user