mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 20:54:55 +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:
@@ -966,8 +966,6 @@ ScreenIndexIsPinnedTo: {8} (a{17})
|
|||||||
|
|
||||||
codec.DirectoryResultReturned += (sender, args) =>
|
codec.DirectoryResultReturned += (sender, args) =>
|
||||||
{
|
{
|
||||||
Debug.Console(2, this, "CiscoLinkToApi > DirectoryResultReturnedHandler");
|
|
||||||
|
|
||||||
trilist.SetUshort(joinMap.DirectoryRowCount.JoinNumber, (ushort)args.Directory.CurrentDirectoryResults.Count);
|
trilist.SetUshort(joinMap.DirectoryRowCount.JoinNumber, (ushort)args.Directory.CurrentDirectoryResults.Count);
|
||||||
|
|
||||||
var clearBytes = XSigHelpers.ClearOutputs();
|
var clearBytes = XSigHelpers.ClearOutputs();
|
||||||
@@ -1102,12 +1100,6 @@ ScreenIndexIsPinnedTo: {8} (a{17})
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
//if (isRoot && String.IsNullOrEmpty(entry.FolderId)) { continue; }
|
|
||||||
//else
|
|
||||||
//{
|
|
||||||
// Debug.Console(2, this, "Skipping Entry");
|
|
||||||
//}
|
|
||||||
|
|
||||||
tokenArray[arrayIndex] = new XSigSerialToken(contactIndex, entry.Name);
|
tokenArray[arrayIndex] = new XSigSerialToken(contactIndex, entry.Name);
|
||||||
|
|
||||||
contactIndex++;
|
contactIndex++;
|
||||||
|
|||||||
Reference in New Issue
Block a user