We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceab5d5 commit 960c1f1Copy full SHA for 960c1f1
handler/plex.go
@@ -93,7 +93,7 @@ func (c *PlexClient) ServeHTTP(w http.ResponseWriter, r *http.Request) {
93
query := r.URL.Query()
94
switch path {
95
case "/:/scrobble", "/:/unscrobble":
96
- go clearCachedMetadata(query.Get("ratingKey"), r.Header.Get(headerToken))
+ go clearCachedMetadata(query.Get("key"), r.Header.Get(headerToken))
97
case "/:/timeline":
98
go c.syncTimelineWithPlaxt(r)
99
}
0 commit comments