formatting
This commit is contained in:
parent
5edc268034
commit
a37667f0cb
@ -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…
Reference in New Issue
Block a user