mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-12 22:47:18 +03:00
Rename chapter option to show chapter
This commit is contained in:
@@ -746,6 +746,9 @@
|
||||
"showOverlay_full": {
|
||||
"message": "Show Label"
|
||||
},
|
||||
"showOverlay_chapter": {
|
||||
"message": "Show Chapters"
|
||||
},
|
||||
"autoSkipOnMusicVideos": {
|
||||
"message": "Auto skip all segments when there is a non-music segment"
|
||||
},
|
||||
|
||||
@@ -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