fix page bug

This commit is contained in:
jxxghp
2023-08-06 11:20:28 +08:00
parent 4433d8f229
commit f4b0aebd01
3 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ def search_by_tmdbid(mediaid: str,
@router.get("/title", summary="模糊搜索资源", response_model=List[schemas.TorrentInfo])
async def search_by_title(keyword: str = None,
page: int = 1,
page: int = 0,
site: int = None,
_: schemas.TokenPayload = Depends(verify_token)) -> Any:
"""