Skip to content

Commit

Permalink
Merge pull request #87 from Marnalas/flowPluginSetDefaultAudioStream
Browse files Browse the repository at this point in the history
Corrected plugin description
  • Loading branch information
Marnalas authored Jan 10, 2025
2 parents 45bf820 + eebbe8a commit 18c14f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var flowUtils_1 = require("../../../../FlowHelpers/1.0.0/interfaces/flowUtils");
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
var details = function () { return ({
name: 'Set Default Audio Stream',
description: 'Sets the default audio track based on channels count and Radarr or Sonar',
description: 'Sets the default audio track based on channels count and language',
style: {
borderColor: '#6efefc',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
const details = (): IpluginDetails => ({
name: 'Set Default Audio Stream',
description: 'Sets the default audio track based on channels count and Radarr or Sonar',
description: 'Sets the default audio track based on channels count and language',
style: {
borderColor: '#6efefc',
},
Expand Down

0 comments on commit 18c14f7

Please sign in to comment.