Merge remote-tracking branch 'origin/dev' into test-regions Also added fixes

This commit is contained in:
zjs81
2026-06-15 22:46:59 -07:00
133 changed files with 34463 additions and 19330 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class RegionStore {
for (var channel in await channelStore.loadChannels()) {
var channelRegion = await channelRegionStore.loadRegion(channel.index);
if (channelRegion == region) {
channelRegionStore.saveRegion(channel.index, '');
await channelRegionStore.saveRegion(channel.index, '');
}
}
regions.remove(region);