Skip to content

Commit 65a13be

Browse files
committed
Re-enable av1anTemp clearing for release
1 parent d79b463 commit 65a13be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ff-utils-winforms/Media/AvProcess.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public static async Task RunAv1an(string args, string workingDir, LogMode logMod
158158
try
159159
{
160160
string dir = Path.Combine(GetDir(), "av1an");
161-
//IoUtils.TryDeleteIfExists(Paths.GetAv1anTempPath());
161+
IoUtils.TryDeleteIfExists(Paths.GetAv1anTempPath());
162162
string tempDir = Path.Combine(Paths.GetAv1anTempPath(), ((long)(DateTime.Now - new DateTime(1970, 1, 1)).TotalMilliseconds).ToString());
163163
Directory.CreateDirectory(tempDir);
164164
bool show = Config.GetBool(Config.Key.av1anCmdVisible, true); // = Config.GetInt(Config.Key.cmdDebugMode) > 0;

0 commit comments

Comments
 (0)