mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Fix linting errors
This commit is contained in:
@@ -43,6 +43,8 @@ export default tseslint.config(
|
||||
'packages/mp3-encoder/build',
|
||||
'packages/ac3/dist',
|
||||
'packages/ac3/build',
|
||||
'packages/dts/dist',
|
||||
'packages/dts/build',
|
||||
'packages/aac-encoder/dist',
|
||||
'packages/aac-encoder/build',
|
||||
'packages/flac-encoder/dist',
|
||||
|
||||
@@ -416,4 +416,3 @@ export class NodeAvAudioEncoder extends CustomAudioEncoder {
|
||||
const resolveBitrate = (config: AudioEncoderConfig, codec: AudioCodec) => {
|
||||
return config.bitrate ?? new Quality('medium')._toAudioBitrate(codec) ?? 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user