We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb5776 commit 414e074Copy full SHA for 414e074
1 file changed
constants/regexp.go
@@ -46,7 +46,7 @@ var JellyfinRegexp = &JellyfinRegexps{
46
Router: JellyfinRouterRegexps{
47
VideosHandler: regexp.MustCompile(`/Videos/\w+/(stream|original)(\.\w+)?$`), // /Videos/813a630bcf9c3f693a2ec8c498f868d2/stream /Videos/205953b114bb8c9dc2c7ba7e44b8024c/stream.mp4
48
ModifyIndex: regexp.MustCompile(`^/web/$`),
49
- ModifyPlaybackInfo: regexp.MustCompile(`^/Items/\w+$`),
+ ModifyPlaybackInfo: regexp.MustCompile(`^/Items/\w+/PlaybackInfo$`),
50
ModifySubtitles: regexp.MustCompile(`/Videos/\d+/\w+/subtitles$`),
51
},
52
}
0 commit comments