feat: Improved status display.

This commit is contained in:
2025-12-09 04:53:44 +09:00
parent 7e0baebc20
commit aa95c6bb3b
4 changed files with 86 additions and 50 deletions
+5 -5
View File
@@ -2,12 +2,12 @@
"theme": "auto",
"token": "",
"server_url": "",
"server_scheme": "https",
"server_scheme": "http",
"server_port": "32400",
"timeout": 9,
"library_name": "",
"sync_mode": "merge_local_primary",
"local_path": "playlist",
"sync_mode": "local_force",
"local_path": "playlists",
"path_rules": [],
"path_mapping": {
"mode": "SIMPLE",
@@ -21,8 +21,8 @@
},
"schedule_mode": "DISABLED",
"schedule_cron": "",
"schedule_daily_time": "02:00",
"schedule_daily_time": "00:00",
"schedule_weekly_days": [0],
"schedule_weekly_time": "03:00",
"schedule_weekly_time": "00:00",
"schedule_auto_watch": false
}