Merge branch 'testing' of github.com:ajayyy/SponsorBlockServer into youtube-cache

This commit is contained in:
Joe Dowd
2020-09-08 17:38:47 +01:00
2 changed files with 128 additions and 128 deletions

View File

@@ -17,10 +17,10 @@ function getVoteAuthorRaw(submissionCount, isVIP, isOwnSubmission) {
function getVoteAuthor(submissionCount, isVIP, isOwnSubmission) {
if (submissionCount === 0) {
return "Report by New User";
} else if (isVIP) {
return "Report by VIP User";
} else if (isOwnSubmission) {
return "Report by Submitter";
} else if (isVIP) {
return "Report by VIP User";
}
return "";