Add missing return
This commit is contained in:
parent
c07d07cab9
commit
c0278f93a1
@ -122,7 +122,7 @@ function plugin(file) {
|
||||
response.FFmpegMode = true
|
||||
return response
|
||||
}else{
|
||||
response.infoLog += "☑File has no title metadata"
|
||||
response.infoLog += "☑File has no title metadata \n"
|
||||
}
|
||||
|
||||
if(!jsonString.includes("aac")){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user