fix skip intro typo
This commit is contained in:
@@ -310,7 +310,7 @@ const createSlideElement = (movie, hasVideo = false) => {
|
|||||||
|
|
||||||
if (outro) {
|
if (outro) {
|
||||||
console.log(`SponsorBlock outro segment: Start - ${outro[0]}s, End - ${outro[1]}s`);
|
console.log(`SponsorBlock outro segment: Start - ${outro[0]}s, End - ${outro[1]}s`);
|
||||||
monitorOutro(player, outroSegment);
|
monitorOutro(player, outro);
|
||||||
} else {
|
} else {
|
||||||
console.log('No outro segment found/provided');
|
console.log('No outro segment found/provided');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user