f
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user