summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--win/C#/frmQueue.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/C#/frmQueue.cs b/win/C#/frmQueue.cs
index 7c52305a8..e27241921 100644
--- a/win/C#/frmQueue.cs
+++ b/win/C#/frmQueue.cs
@@ -133,6 +133,7 @@ namespace Handbrake
while (queue.count() != 0)
{
string query = queue.getNextItemForEncoding();
+ queue.write2disk("hb_queue_recovery.dat"); // Update the queue recovery file
setEncValue();
updateUIElements();