From 30ec5e78c23d93dff9fcdac8aabea1e88d506ec9 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Sat, 24 Nov 2007 00:36:00 -0800 Subject: [PATCH] update the root (aka SystemUpdateId) when we update ours... The PS3 asks for this a lot, so I figure we should update it now.. [git-p4: depot-paths = "//depot/": change = 1107] --- DIDLLite.py | 1 + 1 file changed, 1 insertion(+) diff --git a/DIDLLite.py b/DIDLLite.py index ea11b40..0bb42f3 100644 --- a/DIDLLite.py +++ b/DIDLLite.py @@ -275,6 +275,7 @@ class Container(Object, list): def doUpdate(self): self.updateID = (self.updateID + 1) % (1l << 32) + self.cd['0'].doUpdate() def toElement(self):