mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-11 22:17:21 +03:00
Change chapters sorting
This commit is contained in:
@@ -561,7 +561,7 @@ async function runThePopup(messageListener?: MessageListener): Promise<void> {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.sort((a, b) => a.segment[1] - b.segment[1])
|
.sort((a, b) => b.segment[1] - a.segment[1])
|
||||||
.sort((a, b) => a.segment[0] - b.segment[0]);
|
.sort((a, b) => a.segment[0] - b.segment[0]);
|
||||||
|
|
||||||
//add them as buttons to the issue reporting container
|
//add them as buttons to the issue reporting container
|
||||||
|
|||||||
Reference in New Issue
Block a user