Updated
This commit is contained in:
parent
6559b92a3f
commit
020df10a36
@ -21,7 +21,7 @@ class EncodeDaemon(val referenceId: String, val work: EncodeWork, val daemonInte
|
|||||||
val progress = decoder.parseVideoProgress(items)
|
val progress = decoder.parseVideoProgress(items)
|
||||||
if (progress != null) {
|
if (progress != null) {
|
||||||
daemonInterface.onProgress(referenceId, work, progress)
|
daemonInterface.onProgress(referenceId, work, progress)
|
||||||
outputCache.clear()
|
//outputCache.clear()
|
||||||
}
|
}
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
//logger.error { e.message }
|
//logger.error { e.message }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user