fix count

This commit is contained in:
jxxghp
2024-01-05 21:37:19 +08:00
parent ff33432809
commit 7f05df2fb3

View File

@ -132,7 +132,7 @@ def latest(count: int = 18,
@router.get("/playing", summary="正在播放条目", response_model=List[schemas.MediaServerPlayItem])
def playing(count: int = 18,
def playing(count: int = 12,
_: schemas.TokenPayload = Depends(verify_token)) -> Any:
"""
获取媒体服务器正在播放条目