mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Update VideoCodecBase class UpdateDirectoryXSig method removing the check if the FolderId is null or empty as that check would be device specific
This commit is contained in:
parent
84b39a959e
commit
402754b69e
1 changed files with 6 additions and 0 deletions
|
|
@ -1100,6 +1100,12 @@ ScreenIndexIsPinnedTo: {8} (a{17})
|
|||
continue;
|
||||
}
|
||||
|
||||
//if (isRoot && String.IsNullOrEmpty(entry.FolderId)) { continue; }
|
||||
//else
|
||||
//{
|
||||
// Debug.Console(2, this, "Skipping Entry");
|
||||
//}
|
||||
|
||||
tokenArray[arrayIndex] = new XSigSerialToken(contactIndex, entry.Name);
|
||||
|
||||
contactIndex++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue