diff --git a/comet/api/endpoints/playback.py b/comet/api/endpoints/playback.py index 35b1121f..3ae4e136 100644 --- a/comet/api/endpoints/playback.py +++ b/comet/api/endpoints/playback.py @@ -181,8 +181,9 @@ async def _cache_download_link_safely(**kwargs) -> None: ) -@router.get( +@router.api_route( "/{b64config}/playback/{hash}/{service_index}/{index}/{season}/{episode}", + methods=["GET", "HEAD"], tags=["Stremio"], summary="Playback Proxy", description="Proxies the playback request to the Debrid service or returns a cached link.",