fix: Delete cache file after using it

This commit is contained in:
Myzel394 2023-12-30 19:10:46 +01:00
parent cb9a86be67
commit b1167577ef
No known key found for this signature in database
GPG Key ID: 79CC92F37B3E1A2B

View File

@ -82,6 +82,7 @@ class MediaConverter {
command
) { session ->
runCatching {
listFile.delete()
}
if (!ReturnCode.isSuccess(session!!.returnCode)) {