mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-15 02:05:54 -07:00
Fix os
This commit is contained in:
parent
ea892dd1c3
commit
8e0a8954b4
2 changed files with 4 additions and 5 deletions
|
|
@ -52,7 +52,6 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
|
|||
|
||||
const ratio = parseInt((newSize / oldSize) * 100, 10);
|
||||
|
||||
console.log(newSize, oldSize);
|
||||
const sizeText = `New file has size ${newSize.toFixed(3)} MB which is ${ratio}% `
|
||||
+ `of original file size: ${oldSize.toFixed(3)} MB`;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue