chore(watcher): disable feature due to known DB concurrency issues
This commit is contained in:
+5
-1
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user