mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-10 16:00:28 -07:00
lint init
This commit is contained in:
parent
a71f5e28ae
commit
7904647075
107 changed files with 1772 additions and 154624 deletions
|
|
@ -1,3 +1,4 @@
|
|||
/* eslint-disable */
|
||||
function remuxContainer(file, container) {
|
||||
try {
|
||||
if (file.container != container) {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
/* eslint-disable */
|
||||
module.exports = function transcodeAddAudioStream(
|
||||
file,
|
||||
audioEncoder,
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
/* eslint-disable */
|
||||
module.exports = function transcodeKeepOneAudioStream(
|
||||
file,
|
||||
audioEncoder,
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
/* eslint-disable */
|
||||
module.exports = function transcodeStandardiseAudioCodecs(file, audioEncoder) {
|
||||
//Function required responses
|
||||
// preset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue