Migz Plugins
Set reQueueAfter back to true after explanation from GitGAt
This commit is contained in:
parent
029224f862
commit
0066d4497c
@ -48,7 +48,7 @@ function plugin(file, librarySettings, inputs) {
|
|||||||
preset: "",
|
preset: "",
|
||||||
handBrakeMode: false,
|
handBrakeMode: false,
|
||||||
FFmpegMode: true,
|
FFmpegMode: true,
|
||||||
reQueueAfter: false,
|
reQueueAfter: true,
|
||||||
infoLog: "",
|
infoLog: "",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -48,7 +48,7 @@ function plugin(file, librarySettings, inputs) {
|
|||||||
preset: "",
|
preset: "",
|
||||||
handBrakeMode: false,
|
handBrakeMode: false,
|
||||||
FFmpegMode: true,
|
FFmpegMode: true,
|
||||||
reQueueAfter: false,
|
reQueueAfter: true,
|
||||||
infoLog: "",
|
infoLog: "",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user