Removed redundant if statement

This commit is contained in:
Ajay Ramachandran
2020-03-10 23:22:57 -04:00
parent 191e9ceb6f
commit 5595420be6

View File

@@ -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) {