mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-21 04:56:25 -07:00
parent
2a0a7e1bfc
commit
c729fad9f5
113 changed files with 102 additions and 7662 deletions
|
|
@ -203,7 +203,6 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
|
|||
if (inputs.bitrate_cutoff !== '') {
|
||||
// Checks if currentBitrate is below inputs.bitrate_cutoff
|
||||
// If so then don't convert video.
|
||||
console.log(currentBitrate)
|
||||
if (currentBitrate <= inputs.bitrate_cutoff) {
|
||||
convertVideo = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue