Add Resources scene to orphaned themes bypass check

- Added "Resources" to SYSTEM_SCENES array in verifyGroups API
- Resources scene will no longer be flagged as orphaned in OBS verification
- Prevents system scenes from showing up as cleanup candidates

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Decobus 2025-07-22 15:54:02 -04:00
parent 0dbdc52fd3
commit 8687d19702

View file

@ -12,7 +12,8 @@ const SYSTEM_SCENES: string[] = [
'Starting', 'Starting',
'Ending', 'Ending',
'Audio', 'Audio',
'Movies' 'Movies',
'Resources'
]; ];
interface OBSScene { interface OBSScene {