We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e173bf4 commit b8ec9bfCopy full SHA for b8ec9bf
1 file changed
app/src/main/java/org/schabi/newpipe/error/ErrorInfo.kt
@@ -251,9 +251,11 @@ class ErrorInfo private constructor(
251
ErrorMessage(R.string.youtube_music_premium_content)
252
253
throwable is SignInConfirmNotBotException ->
254
- ErrorMessage(R.string.sign_in_confirm_not_bot_error,
+ ErrorMessage(
255
+ R.string.sign_in_confirm_not_bot_error,
256
getServiceName(serviceId),
- SIGN_IN_CONFIRM_NOT_BOT_ISSUE_URL)
257
+ SIGN_IN_CONFIRM_NOT_BOT_ISSUE_URL
258
+ )
259
260
throwable is ContentNotAvailableException ->
261
ErrorMessage(R.string.content_not_available)
0 commit comments