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

fix(plex): 🐛 Fixed an issue with the Plex Sync

pull/4683/head
tidusjar 3 years ago
parent 75183f3a81
commit ab1a11af78

@ -39,9 +39,6 @@ namespace Ombi.Api.Plex.Models
public string grandparentTheme { get; set; } public string grandparentTheme { get; set; }
public string chapterSource { get; set; } public string chapterSource { get; set; }
public Medium[] Media { get; set; } public Medium[] Media { get; set; }
[JsonProperty("guids")]
public List<PlexGuids> Guid { get; set; } = new List<PlexGuids>(); public List<PlexGuids> Guid { get; set; } = new List<PlexGuids>();
} }

Loading…
Cancel
Save