Skip to content

Commit

Permalink
chore(Player): Rephrase nsig failure message
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRT committed Jun 7, 2024
1 parent 978ab1e commit 3939405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 3939405

Please sign in to comment.