mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-05-30 01:02:10 +00:00
committed by
github-actions[bot]
parent
dc2e4aaea5
commit
d9fd1bf003
@@ -251,9 +251,11 @@ class ErrorInfo private constructor(
|
||||
ErrorMessage(R.string.youtube_music_premium_content)
|
||||
|
||||
throwable is SignInConfirmNotBotException ->
|
||||
ErrorMessage(R.string.sign_in_confirm_not_bot_error,
|
||||
ErrorMessage(
|
||||
R.string.sign_in_confirm_not_bot_error,
|
||||
getServiceName(serviceId),
|
||||
SIGN_IN_CONFIRM_NOT_BOT_ISSUE_URL)
|
||||
SIGN_IN_CONFIRM_NOT_BOT_ISSUE_URL
|
||||
)
|
||||
|
||||
throwable is ContentNotAvailableException ->
|
||||
ErrorMessage(R.string.content_not_available)
|
||||
|
||||
Reference in New Issue
Block a user