Skip to content

Commit

Permalink
Merge pull request #3 from paulfantom/patch-1
Browse files Browse the repository at this point in the history
fix link to get transcoder data
  • Loading branch information
othalla committed Jul 27, 2021
2 parents 9ba55c4 + 4a93179 commit 698e451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/plex_media_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
const URLSessions = "http://%s:%d/status/sessions"
const URLLibrarySections = "http://%s:%d/library/sections"
const URLLibrarySectionsIDAll = "http://%s:%d/library/sections/%s/all"
const URLTranscodeSessions = "https://%s:%d/transcode/seccions"
const URLTranscodeSessions = "https://%s:%d/transcode/sessions"

type HTTPClient interface {
Do(req *http.Request) (*http.Response, error)
Expand Down

0 comments on commit 698e451

Please sign in to comment.