mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-11 14:07:13 +03:00
Rename chapter option to show chapter
This commit is contained in:
@@ -41,6 +41,8 @@ export function getCategorySuffix(category: Category): string {
|
||||
return "_POI";
|
||||
} else if (category === "exclusive_access") {
|
||||
return "_full";
|
||||
} else if (category === "chapter") {
|
||||
return "_chapter";
|
||||
} else {
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user