plugin-backend #1

Merged
ada merged 34 commits from plugin-backend into main 2024-05-01 00:21:12 -05:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 171c491497 - Show all commits

View File

@ -497,7 +497,7 @@ async function update_entrances(entrances) {
scene: scene_title, scene: scene_title,
entrances: { entrances: {
found: entrances.scenes[scene_title].found, found: entrances.scenes[scene_title].found,
remaining: entrance.scenes[scene_title].remaining, remaining: entrances.scenes[scene_title].remaining,
}, },
}); });
scene.querySelector( scene.querySelector(