mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-08 20:47:02 +03:00
Remove warning about disapearing degments bug
This commit is contained in:
@@ -277,7 +277,7 @@ async function checkEachSegmentValid(rawIP: IPAddress, paramUserID: UserID, user
|
|||||||
pass: false,
|
pass: false,
|
||||||
errorCode: 403,
|
errorCode: 403,
|
||||||
errorMessage:
|
errorMessage:
|
||||||
`NOTE: THERE IS A BUG RIGHT NOW CAUSING SEGMENTS NOT TO APPEAR, try refreshing. Users have voted that new segments aren't needed for the following category: ` +
|
`Users have voted that new segments aren't needed for the following category: ` +
|
||||||
`'${segments[i].category}'\n` +
|
`'${segments[i].category}'\n` +
|
||||||
`${lockedCategoryList[lockIndex].reason?.length !== 0 ? `\nReason: '${lockedCategoryList[lockIndex].reason}'` : ""}\n` +
|
`${lockedCategoryList[lockIndex].reason?.length !== 0 ? `\nReason: '${lockedCategoryList[lockIndex].reason}'` : ""}\n` +
|
||||||
`${(segments[i].category === "sponsor" ? "\nMaybe the segment you are submitting is a different category that you have not enabled and is not a sponsor. " +
|
`${(segments[i].category === "sponsor" ? "\nMaybe the segment you are submitting is a different category that you have not enabled and is not a sponsor. " +
|
||||||
|
|||||||
Reference in New Issue
Block a user