mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
* https service added on port 8091 default * https port check * format * readme * readme * readme * readme --------- Co-authored-by: evfedoto <evfedoto@cisco.com> Co-authored-by: nikk <tsynik@gmail.com>
This commit is contained in:
@@ -21,6 +21,9 @@ func ffp(c *gin.Context) {
|
||||
}
|
||||
|
||||
link := "http://127.0.0.1:" + sets.Port + "/play/" + hash + "/" + indexStr
|
||||
if sets.Ssl {
|
||||
link = "https://127.0.0.1:" + sets.SslPort + "/play/" + hash + "/" + indexStr
|
||||
}
|
||||
|
||||
data, err := ffprobe.ProbeUrl(link)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user