|
|
@@ -173,7 +173,6 @@ class ContentDirectoryControl(UPnPPublisher, dict): |
|
|
|
def soap_GetSystemUpdateID(self, *args, **kwargs): |
|
|
|
"""Required: Return the current value of state variable SystemUpdateID.""" |
|
|
|
|
|
|
|
log.msg('GetSystemUpdateID()') |
|
|
|
return { 'Id': self.updateID } |
|
|
|
|
|
|
|
BrowseFlags = ('BrowseMetaData', 'BrowseDirectChildren') |
|
|
|