mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
Consolidate CategoryHelper classes and add reload trigger
Co-authored-by: jxxghp <51039935+jxxghp@users.noreply.github.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user