1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-05-30 01:02:10 +00:00

Maybe this fix ktlint errors?

(cherry picked from commit b8ec9bf412)
This commit is contained in:
AbsurdlyLongUsername
2026-03-06 12:55:09 +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)