Skip to content

Commit

Permalink
Reduce anki audio error level to log (#1310)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuuuube authored Aug 13, 2024
1 parent a7c19ce commit 8f00688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/js/background/backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -2187,7 +2187,7 @@ export class Backend {
const error = this._getAudioDownloadError(e);
if (error !== null) { throw error; }
// No audio
log.error(e);
log.logGenericError(e, 'log');
return null;
}

Expand Down

0 comments on commit 8f00688

Please sign in to comment.