This commit is contained in:
2026-04-11 19:54:51 +02:00
parent 48c955b527
commit 6e3db6d498
5 changed files with 107 additions and 10 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ _log_out: TextIO
assert _log_out # pyright: ignore[reportUnboundVariable]
logger = log95.log95("ADVISOR", output=_log_out)
playlist_dir = Path("/home/user/playlists")
playlist_dir = Path("/home/user/mixes/.playlist")
class Time:
@staticmethod