mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
Update stream.go
This commit is contained in:
@@ -41,11 +41,11 @@ import (
|
|||||||
// @Param stat query string false "Get statistics from torrent"
|
// @Param stat query string false "Get statistics from torrent"
|
||||||
// @Param save query string false "Should save torrent"
|
// @Param save query string false "Should save torrent"
|
||||||
// @Param m3u query string false "Get torrent as M3U playlist"
|
// @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 play query string false "Start stream torrent"
|
||||||
// @Param title query string true "Set title of torrent"
|
// @Param title query string true "Set title of torrent"
|
||||||
// @Param poster query string true "File index in torrent"
|
// @Param poster query string true "Set poster link of torrent"
|
||||||
// @Param not_auth query string true "Set poster link of torrent"
|
// @Param not_auth query string true "Stream / playlist without authentication"
|
||||||
//
|
//
|
||||||
// @Produce application/octet-stream
|
// @Produce application/octet-stream
|
||||||
// @Success 200 "Data returned according to query"
|
// @Success 200 "Data returned according to query"
|
||||||
|
|||||||
Reference in New Issue
Block a user