Skip to content

Commit

Permalink
Small oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
Arno500 committed Jan 10, 2023
1 parent abf7afa commit 2381898
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module gitlab.com/Arno500/plex-richpresence
go 1.18

require (
github.com/Arno500/go-plex-client v1.1.10
github.com/Arno500/go-plex-client v1.1.11
github.com/aws/aws-sdk-go v1.44.176
github.com/cubiest/jibberjabber v1.0.1
github.com/emersion/go-autostart v0.0.0-20210130080809-00ed301c8e9a
Expand Down Expand Up @@ -44,7 +44,7 @@ require (
github.com/koffeinsource/go-imgur v0.4.1
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.24.1 // indirect
github.com/onsi/gomega v1.24.2 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
go.opentelemetry.io/otel v1.11.2 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/Arno500/go-plex-client v1.1.10 h1:lLkfTXeS3x5v9fnLNhO+1oDMwC2B5tSWffmYormOlMw=
github.com/Arno500/go-plex-client v1.1.10/go.mod h1:IE7DgfJcINptO5ya5iF2ryjRP/vVvX2agluwsduLyS8=
github.com/Arno500/go-plex-client v1.1.11 h1:K44IvzARTspfUJAGsLWVZU2BOoUGLvCXrvmibV0XO0o=
github.com/Arno500/go-plex-client v1.1.11/go.mod h1:IE7DgfJcINptO5ya5iF2ryjRP/vVvX2agluwsduLyS8=
github.com/BurntSushi/toml v1.0.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=
github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
Expand Down Expand Up @@ -105,8 +105,8 @@ github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
github.com/onsi/gomega v1.24.1 h1:KORJXNNTzJXzu4ScJWssJfJMnJ+2QJqhoQSRwNlze9E=
github.com/onsi/gomega v1.24.1/go.mod h1:3AOiACssS3/MajrniINInwbfOOtfZvplPzuRSmvt1jM=
github.com/onsi/gomega v1.24.2 h1:J/tulyYK6JwBldPViHJReihxxZ+22FHs0piGjQAvoUE=
github.com/onsi/gomega v1.24.2/go.mod h1:gs3J10IS7Z7r7eXRoNJIrNqU4ToQukCJhFtKrWgHWnk=
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c h1:rp5dCmg/yLR3mgFuSOe4oEnDDmGLROTvMragMUXpTQw=
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c/go.mod h1:X07ZCGwUbLaax7L0S3Tw4hpejzu63ZrrQiUe6W0hcy0=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down
2 changes: 1 addition & 1 deletion plex/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func StartWebsocketConnections(server plex.PMSDevices, accountData *plex.UserPle
cancelChan := make(chan interface{})

onConnectionClose := func() {
delete(*runningSockets, server.Name)
delete(*runningSockets, server.ClientIdentifier)
}

onError := func(err error) {
Expand Down

0 comments on commit 2381898

Please sign in to comment.