From f2dea394052dc7c7b9b3eafb10cab72415482a3d Mon Sep 17 00:00:00 2001 From: nikk gitanes Date: Sun, 18 Feb 2024 10:35:04 +0300 Subject: [PATCH] Update stream.go --- server/web/api/stream.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/web/api/stream.go b/server/web/api/stream.go index c5b46eb..9e16916 100644 --- a/server/web/api/stream.go +++ b/server/web/api/stream.go @@ -41,11 +41,11 @@ import ( // @Param stat query string false "Get statistics from torrent" // @Param save query string false "Should save torrent" // @Param m3u query string false "Get torrent as M3U playlist" -// @Param fromlast query string false "Get m3u from last play" +// @Param fromlast query string false "Get M3U from last played file" // @Param play query string false "Start stream torrent" // @Param title query string true "Set title of torrent" -// @Param poster query string true "File index in torrent" -// @Param not_auth query string true "Set poster link of torrent" +// @Param poster query string true "Set poster link of torrent" +// @Param not_auth query string true "Stream / playlist without authentication" // // @Produce application/octet-stream // @Success 200 "Data returned according to query"