mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-13 01:10:27 -07:00
Merge pull request #784 from HaveAGitGat/channel
feat: add check for 3 channel audio
This commit is contained in:
commit
41ec36673b
2 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ var details = function () { return ({
|
||||||
options: [
|
options: [
|
||||||
'1',
|
'1',
|
||||||
'2',
|
'2',
|
||||||
|
'3',
|
||||||
'6',
|
'6',
|
||||||
'8',
|
'8',
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,7 @@ const details = (): IpluginDetails => ({
|
||||||
options: [
|
options: [
|
||||||
'1',
|
'1',
|
||||||
'2',
|
'2',
|
||||||
|
'3',
|
||||||
'6',
|
'6',
|
||||||
'8',
|
'8',
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue