Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/794df5cbad82bd6f9e81965e637eeef35b89b0fd
You should set ROOT_URL correctly, otherwise the web may not work correctly.
8 changed files with
48 additions and
4 deletions
@ -213,6 +213,15 @@ namespace MediaBrowser.Dlna.Profiles
}
} ;
SubtitleProfiles = new [ ]
{
new SubtitleProfile
{
Format = "srt" ,
Method = SubtitleDeliveryMethod . Embed
}
} ;
ResponseProfiles = new ResponseProfile [ ] { } ;
}
}
@ -213,6 +213,15 @@ namespace MediaBrowser.Dlna.Profiles
}
} ;
SubtitleProfiles = new [ ]
{
new SubtitleProfile
{
Format = "srt" ,
Method = SubtitleDeliveryMethod . Embed
}
} ;
ResponseProfiles = new ResponseProfile [ ] { } ;
}
}
@ -201,6 +201,15 @@ namespace MediaBrowser.Dlna.Profiles
}
} ;
SubtitleProfiles = new [ ]
{
new SubtitleProfile
{
Format = "srt" ,
Method = SubtitleDeliveryMethod . Embed
}
} ;
ResponseProfiles = new ResponseProfile [ ] { } ;
}
}
@ -201,6 +201,15 @@ namespace MediaBrowser.Dlna.Profiles
}
} ;
SubtitleProfiles = new [ ]
{
new SubtitleProfile
{
Format = "srt" ,
Method = SubtitleDeliveryMethod . Embed
}
} ;
ResponseProfiles = new ResponseProfile [ ] { } ;
}
}
@ -81,5 +81,7 @@
</CodecProfile>
</CodecProfiles>
<ResponseProfiles />
<SubtitleProfiles />
<SubtitleProfiles >
<SubtitleProfile format= "srt" method= "Embed" />
</SubtitleProfiles>
</Profile>
@ -81,5 +81,7 @@
</CodecProfile>
</CodecProfiles>
<ResponseProfiles />
<SubtitleProfiles />
<SubtitleProfiles >
<SubtitleProfile format= "srt" method= "Embed" />
</SubtitleProfiles>
</Profile>
@ -79,5 +79,7 @@
</CodecProfile>
</CodecProfiles>
<ResponseProfiles />
<SubtitleProfiles />
<SubtitleProfiles >
<SubtitleProfile format= "srt" method= "Embed" />
</SubtitleProfiles>
</Profile>
@ -79,5 +79,7 @@
</CodecProfile>
</CodecProfiles>
<ResponseProfiles />
<SubtitleProfiles />
<SubtitleProfiles >
<SubtitleProfile format= "srt" method= "Embed" />
</SubtitleProfiles>
</Profile>