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

11 lines
280 B

namespace MediaBrowser.Providers.Tmdb.Models.Movies
{
public class BelongsToCollection
{
5 years ago
public int Id { get; set; }
public string Name { get; set; }
public string Poster_Path { get; set; }
public string Backdrop_Path { get; set; }
}
}