feat: Keep Playlist Order features. Add index before title if it's a playlist and we activate this feature.

This commit is contained in:
MasterAcnolo
2026-08-05 21:52:14 +02:00
parent faba3f516b
commit 01affd8ddf
5 changed files with 31 additions and 3 deletions

View File

@@ -112,6 +112,14 @@
<small>Automatically fetch information for new downloads.</small>
</div>
</div>
<div class="setting-item">
<input data-key="keepPlaylistOrder" id="keepPlaylistOrder" type="checkbox">
<div class="setting-info">
<span class="setting-title">Keep Playlist Order</span>
<small>Add index before output file, to keep the order.</small>
</div>
</div>
</div>