Renamed outro category and added music and livestream categories

This commit is contained in:
Ajay Ramachandran
2020-05-10 16:59:42 -04:00
parent 5454861c78
commit 52020bcac6
2 changed files with 8 additions and 2 deletions

View File

@@ -2,5 +2,5 @@
"serverAddress": "https://sponsor.ajay.app", "serverAddress": "https://sponsor.ajay.app",
"testingServerAddress": "https://sponsor.ajay.app/test", "testingServerAddress": "https://sponsor.ajay.app/test",
"serverAddressComment": "This specifies the default SponsorBlock server to conect to", "serverAddressComment": "This specifies the default SponsorBlock server to conect to",
"categoryList": ["sponsor", "intro", "outro", "interaction", "selfpromo"] "categoryList": ["sponsor", "intro", "outro", "interaction", "selfpromo", "music_offtopic", "livestream_messages"]
} }

View File

@@ -497,7 +497,7 @@
"message": "Intro Animation" "message": "Intro Animation"
}, },
"category_outro": { "category_outro": {
"message": "Outro" "message": "Endcards/Credits"
}, },
"category_interaction": { "category_interaction": {
"message": "Interaction Reminder (Subscribe)" "message": "Interaction Reminder (Subscribe)"
@@ -505,6 +505,12 @@
"category_selfpromo": { "category_selfpromo": {
"message": "Self-Promotion and Merchandise" "message": "Self-Promotion and Merchandise"
}, },
"category_music_offtopic": {
"message": "Music: Non-Music Section"
},
"category_livestream_messages": {
"message": "Livestream: Donation/Message Readings"
},
"disable": { "disable": {
"message": "Disable" "message": "Disable"
}, },