Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/src/commit/9e82e7c84733a0260d1d4038281d390dc37df419/MediaBrowser.Providers/Tmdb/Models/Movies/Youtube.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.

10 lines
218 B

namespace MediaBrowser.Providers.Tmdb.Models.Movies
{
public class Youtube
{
public string Name { get; set; }
public string Size { get; set; }
public string Source { get; set; }
}
}