Skip to content

Commit 0797bcb

Browse files
committed
fix
1 parent d463b5b commit 0797bcb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/api/endpoints/subscribe.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from app.db.user_oper import get_current_active_user_async
2121
from app.helper.subscribe import SubscribeHelper
2222
from app.scheduler import Scheduler
23-
from app.schemas.types import MediaType, EventType, SystemConfigKey, SortType
23+
from app.schemas.types import MediaType, EventType, SystemConfigKey
2424

2525
router = APIRouter()
2626

@@ -591,8 +591,8 @@ async def popular_subscribes(
591591
查询分享的订阅
592592
"""
593593
return await SubscribeHelper().async_get_shares(
594-
name=name,
595-
page=page,
594+
name=name,
595+
page=page,
596596
count=count,
597597
genre_id=genre_id,
598598
min_rating=min_rating,

0 commit comments

Comments
 (0)