diff --git a/src/core/Player.ts b/src/core/Player.ts index 80ff265c..fd9f9ec3 100644 --- a/src/core/Player.ts +++ b/src/core/Player.ts @@ -114,7 +114,7 @@ export default class Player { throw new PlayerError('Failed to decipher nsig'); if (nsig.startsWith('enhanced_except_')) { - Log.warn(TAG, 'Could not transform nsig, download may be throttled.\nChanging the InnerTube client to "ANDROID" might help!'); + Log.warn(TAG, 'Could not transform nsig, download may be throttled.'); } else if (this_response_nsig_cache) { this_response_nsig_cache.set(n, nsig); }