mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-17 19:26:27 -07:00
fix title (remove space) (#287)
This commit is contained in:
parent
3e4176423c
commit
4d8aa2dc0d
1 changed files with 3 additions and 3 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue