Consolidate CategoryHelper classes and add reload trigger

Co-authored-by: jxxghp <51039935+jxxghp@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-25 09:56:11 +00:00
parent 574ac8d32f
commit d8399f7e85
3 changed files with 50 additions and 53 deletions

View File

@@ -2,7 +2,7 @@ from fastapi import APIRouter, Depends
from app import schemas
from app.db.models import User
from app.db.user_oper import get_current_active_superuser, get_current_active_user
from app.helper.category import CategoryHelper
from app.modules.themoviedb.category import CategoryHelper
from app.schemas.category import CategoryConfig
router = APIRouter()