File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ public static async Task StartBatch ()
9797
9898 if ( batchTask == TaskType . None )
9999 {
100- MessageBox . Show ( "No task selected for batch processing! Please select an option (Quick Encode or one of the actions in Utilities)." , "Error" ) ;
100+ MessageBox . Show ( "No task selected for batch processing! Please select an option (Quick Encode, AV1AN or one of the actions in Utilities)." , "Error" ) ;
101101 return ;
102102 }
103103
@@ -116,7 +116,6 @@ public static async Task StartBatch ()
116116 TrackList . ClearCurrentFile ( ) ;
117117 await TrackList . LoadFirstFile ( mf , false , false ) ; // Load file info
118118 await Start ( batchTask ) ; // Run task
119- fileList . Items . RemoveAt ( 0 ) ;
120119 }
121120
122121 runningBatch = false ;
You can’t perform that action at this time.
0 commit comments