fix title (remove space) (#287)

This commit is contained in:
Fish2 2022-03-31 15:28:37 +01:00 committed by GitHub
parent 3e4176423c
commit 4d8aa2dc0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ const details = () => ({
Type: 'Audio', Type: 'Audio',
Operation: 'Transcode', Operation: 'Transcode',
Description: 'This plugin can convert any 2.0 audio track/s to AAC and can create downmixed audio tracks. \n\n', Description: 'This plugin can convert any 2.0 audio track/s to AAC and can create downmixed audio tracks. \n\n',
Version: '2.3', Version: '2.4',
Tags: 'pre-processing,ffmpeg,audio only,configurable', Tags: 'pre-processing,ffmpeg,audio only,configurable',
Inputs: [{ Inputs: [{
name: 'aac_stereo', name: 'aac_stereo',