chore(watcher): disable feature due to known DB concurrency issues

This commit is contained in:
Mathis Maquenne
2025-08-06 18:18:17 +02:00
parent ef018b38ad
commit fe3491e16d
2 changed files with 19 additions and 12 deletions
+5 -1
View File
@@ -9,6 +9,10 @@ var watchCmd = &cobra.Command{
Short: "Watch playlists and auto-download new tracks",
}
// TEMPORARILY DISABLED:
// The `watch` command and all its subcommands are currently disabled
// due to known issues (e.g., database access conflicts with `download`).
// To re-enable, uncomment the line below.
func init() {
RootCmd.AddCommand(watchCmd)
// RootCmd.AddCommand(watchCmd)
}