mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-10 07:50:29 -07:00
Apply auto-build changes
This commit is contained in:
parent
e3f4892a8e
commit
19e10dfd03
2 changed files with 5 additions and 2 deletions
|
|
@ -27,6 +27,7 @@ var details = function () { return ({
|
|||
'eac3',
|
||||
'dca',
|
||||
'flac',
|
||||
'libopus',
|
||||
'mp2',
|
||||
'libmp3lame',
|
||||
'truehd',
|
||||
|
|
@ -148,6 +149,9 @@ var plugin = function (args) {
|
|||
if (audioEncoder === 'libmp3lame') {
|
||||
audioCodec = 'mp3';
|
||||
}
|
||||
if (audioEncoder === 'libopus') {
|
||||
audioCodec = 'opus';
|
||||
}
|
||||
var addedOrExists = attemptMakeStream({
|
||||
args: args,
|
||||
langTag: langTag,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue