diff --git a/FlowPlugins/CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.js index 494099a..926c506 100644 --- a/FlowPlugins/CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.js @@ -25,6 +25,7 @@ var details = function () { return ({ options: [ '1', '2', + '3', '6', '8', ], diff --git a/FlowPluginsTs/CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.ts index f5f3d6c..b75bbd9 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/audio/checkChannelCount/1.0.0/index.ts @@ -28,6 +28,7 @@ const details = (): IpluginDetails => ({ options: [ '1', '2', + '3', '6', '8', ],