Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/1cc2b7c2ccbeaf247b7c0efd027b745a383b7315?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Removed trailers ignore from serialization

pull/702/head
LukePulverenti Luke Pulverenti luke pulverenti 13 years ago
parent 10551b6804
commit 1cc2b7c2cc

@ -62,7 +62,6 @@ namespace MediaBrowser.Model.Entities
/// </summary>
public int? IndexNumber { get; set; }
[IgnoreDataMember]
public IEnumerable<Video> LocalTrailers { get; set; }
public string TrailerUrl { get; set; }

Loading…
Cancel
Save