Homelabtoolkit v1
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
"""Service layer for the User Favourites feature.
|
||||
|
||||
Every module here depends only on an injected ``client`` object exposing four
|
||||
async methods (``get``, ``get_all``, ``post``, ``delete``). Production code passes
|
||||
an adapter around the existing Emby helpers in ``app.py``; tests pass a fake. This
|
||||
keeps the services free of FastAPI/Emby/Pillow import weight and fully unit
|
||||
testable.
|
||||
"""
|
||||
Reference in New Issue
Block a user