Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
iBicha committed Jun 9, 2024
1 parent feb58d5 commit cb7e6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playlet-lib/src/components/VideoPlayer/VideoContentTask.bs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function VideoContentTask(input as object) as object
knownIssue = `{"error":"This helps protect our community. Learn more"}`

if errorMessage.InStr(knownIssue) <> -1
errorMessage += `\nNOTE: Please see the following link for more information about the error\nhttps://github.com/iBicha/playlet/issues/400`
errorMessage = `NOTE: Please see the following link for more information about the error\nhttps://github.com/iBicha/playlet/issues/400\n` + errorMessage
end if

return {
Expand Down

0 comments on commit cb7e6e4

Please sign in to comment.