mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 23:48:15 -07:00
Add missing return
This commit is contained in:
parent
c07d07cab9
commit
c0278f93a1
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ function plugin(file) {
|
||||||
response.FFmpegMode = true
|
response.FFmpegMode = true
|
||||||
return response
|
return response
|
||||||
}else{
|
}else{
|
||||||
response.infoLog += "☑File has no title metadata"
|
response.infoLog += "☑File has no title metadata \n"
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!jsonString.includes("aac")){
|
if(!jsonString.includes("aac")){
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue