We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c087af4 commit 28a9329Copy full SHA for 28a9329
1 file changed
constants/regexp.go
@@ -21,7 +21,7 @@ type OthersRegexps struct {
21
22
var EmbyRegexp = &EmbyRegexps{
23
Router: RouterRegexps{
24
- VideosHandler: regexp.MustCompile(`(?i)^(/emby)?/videos/\d+/(stream|original)$`),
+ VideosHandler: regexp.MustCompile(`(?i)^(/emby)?/Videos/\d+/(stream|original)(\.\w+)?$`),
25
ModifyBaseHtmlPlayer: regexp.MustCompile(`(?i)^/web/modules/htmlvideoplayer/basehtmlplayer.js$`),
26
ModifyIndex: regexp.MustCompile(`^/web/index.html$`),
27
ModifyPlaybackInfo: regexp.MustCompile(`(?i)^(/emby)?/Items/\d+/PlaybackInfo$`),
0 commit comments