mirror of
https://github.com/anklimov/lighthub
synced 2025-12-08 20:59:49 +03:00
group restore/interim fix
This commit is contained in:
@@ -265,8 +265,9 @@ else
|
||||
|
||||
Item item(itemName);
|
||||
if (item.isValid()) {
|
||||
/*
|
||||
if (item.itemType == CH_GROUP && (lanStatus == RETAINING_COLLECTING))
|
||||
return; //Do not restore group channels - they consist not relevant data
|
||||
return; //Do not restore group channels - they consist not relevant data */
|
||||
item.Ctrl((char *)payload, !(lanStatus == RETAINING_COLLECTING),subItem);
|
||||
} //valid item
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user