MCPcopy Create free account
hub / github.com/UndCover/PyramidStore / homeVideoContent

Method homeVideoContent

plugin/py_alist.py:54–58  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52 return result
53
54 def homeVideoContent(self):
55 result = {
56 'list': []
57 }
58 return result
59
60 ver = ''
61 baseurl = ''

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected