mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
fix
This commit is contained in:
@@ -20,7 +20,7 @@ from app.db.systemconfig_oper import SystemConfigOper
|
|||||||
from app.db.user_oper import get_current_active_user_async
|
from app.db.user_oper import get_current_active_user_async
|
||||||
from app.helper.subscribe import SubscribeHelper
|
from app.helper.subscribe import SubscribeHelper
|
||||||
from app.scheduler import Scheduler
|
from app.scheduler import Scheduler
|
||||||
from app.schemas.types import MediaType, EventType, SystemConfigKey, SortType
|
from app.schemas.types import MediaType, EventType, SystemConfigKey
|
||||||
|
|
||||||
router = APIRouter()
|
router = APIRouter()
|
||||||
|
|
||||||
@@ -591,8 +591,8 @@ async def popular_subscribes(
|
|||||||
查询分享的订阅
|
查询分享的订阅
|
||||||
"""
|
"""
|
||||||
return await SubscribeHelper().async_get_shares(
|
return await SubscribeHelper().async_get_shares(
|
||||||
name=name,
|
name=name,
|
||||||
page=page,
|
page=page,
|
||||||
count=count,
|
count=count,
|
||||||
genre_id=genre_id,
|
genre_id=genre_id,
|
||||||
min_rating=min_rating,
|
min_rating=min_rating,
|
||||||
|
|||||||
Reference in New Issue
Block a user