Fix audio plugins scanner#33633
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR contains two independent changes: an update to the muse submodule pointer to reference a newer commit, and a modification to the StartupScenario::registerAudioPlugins() method in the appshell module. The registerAudioPlugins() method previously captured the return value from updatePluginsRegistry() and logged errors when the operation failed; this error-checking code is now removed, and the method call executes without local success or failure handling. 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Ports: #33608
Resolves: #33454
Depends on: musescore/muse_framework#67