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:
parent
0dbdc52fd3
commit
8687d19702
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ const SYSTEM_SCENES: string[] = [
|
||||||
'Starting',
|
'Starting',
|
||||||
'Ending',
|
'Ending',
|
||||||
'Audio',
|
'Audio',
|
||||||
'Movies'
|
'Movies',
|
||||||
|
'Resources'
|
||||||
];
|
];
|
||||||
|
|
||||||
interface OBSScene {
|
interface OBSScene {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue