Reversed numbering when $num
/$numc
template is used for file name
#618
Labels
bug
Something isn't working
$num
/$numc
template is used for file name
#618
Version
bbfd21b8
Platform
win
Steps to reproduce
Repro: set $num or $numc in setup in filename template; select playlist
Fix description: Replace (i + 1) with (SelectedVideos.Count - i) in DownloadMultipleSetupViewModel.cs
P.S. It is not clear how to contribute
Details
Expected: numbers go in ascending order from 1 in accordance with playlist order.
Actual: numbers go in descending order from max to 1.
Checklist
The text was updated successfully, but these errors were encountered: