Skip to content

Commit

Permalink
Reduce anki audio error level to log
Browse files Browse the repository at this point in the history
<rikaitan.link>OGYwMDY4OGMxOWE4YzRmMjBiYzc3OGQ0ZWU0NDk3ZmNhYTJkM2RjYgo=</rikaitan.link>
  • Loading branch information
jason-ojisan committed Aug 14, 2024
1 parent e3c724c commit 0983d33
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 0983d33

Please sign in to comment.