Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/be5ce32bb6c7d1eba5863428eb9cb9c9f8a4e7f8 You should set ROOT_URL correctly, otherwise the web may not work correctly.

refactor MediaBrowser.Api/VideosService.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
pull/3214/head
danieladov 5 years ago committed by GitHub
parent 8e0b1109bc
commit be5ce32bb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -125,7 +125,6 @@ namespace MediaBrowser.Api
public void Post(MergeVersions request)
{
var items = request.Ids.Split(',')
.Select(i => _libraryManager.GetItemById(i))
.OfType<Video>()

Loading…
Cancel
Save