This commit is contained in:
2026-03-16 04:43:46 -07:00
parent 11f03cae3e
commit 4106822a0f
2 changed files with 158 additions and 59 deletions

View File

@@ -1679,8 +1679,6 @@ def _run(result: Any, args: Sequence[str], config: Dict[str, Any]) -> int:
if save_mode:
# Avoid `shell=True` / `date /t` on Windows (can flash a cmd.exe window).
# Use Python's datetime instead.
from datetime import datetime
playlist_name = index_arg or f"Playlist {datetime.now().strftime('%Y-%m-%d')}"
# If index_arg was used for name, clear it so it doesn't trigger index logic
if index_arg: