feat: add coverart support
This commit is contained in:
parent
4bc641e95a
commit
fa3b21216d
3 changed files with 105 additions and 1 deletions
|
@ -27,5 +27,10 @@ class SubidyExtension(ext.Extension):
|
|||
|
||||
def setup(self, registry):
|
||||
from .backend import SubidyBackend
|
||||
from .web import image_proxy_factory
|
||||
|
||||
registry.add("backend", SubidyBackend)
|
||||
registry.add("http:app", {
|
||||
"name": self.ext_name,
|
||||
"factory": image_proxy_factory,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue