This commit is contained in:
Brage 2023-07-24 02:31:54 +02:00
parent 6559b92a3f
commit 020df10a36

View File

@ -21,7 +21,7 @@ class EncodeDaemon(val referenceId: String, val work: EncodeWork, val daemonInte
val progress = decoder.parseVideoProgress(items)
if (progress != null) {
daemonInterface.onProgress(referenceId, work, progress)
outputCache.clear()
//outputCache.clear()
}
} catch (e: Exception) {
//logger.error { e.message }