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:
Jonathan Arndt
2022-02-08 16:31:45 -08:00
parent 402754b69e
commit faabdde3f7

View File

@@ -1100,12 +1100,6 @@ 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++;