mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-17 19:26:27 -07:00
formatting
This commit is contained in:
parent
5edc268034
commit
a37667f0cb
1 changed files with 16 additions and 25 deletions
|
|
@ -36,8 +36,6 @@ function plugin(file) {
|
||||||
response.FFmpegMode = true
|
response.FFmpegMode = true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if (file.fileMedium !== "video") {
|
if (file.fileMedium !== "video") {
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -50,16 +48,9 @@ function plugin(file) {
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
var jsonString = JSON.stringify(file)
|
// var jsonString = JSON.stringify(file)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
///
|
|
||||||
|
|
||||||
|
|
||||||
///
|
|
||||||
if (file.meta.Title != undefined) {
|
if (file.meta.Title != undefined) {
|
||||||
|
|
||||||
response.infoLog += " File has title metadata"
|
response.infoLog += " File has title metadata"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue