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

Removed logging message

pull/702/head
LukePulverenti Luke Pulverenti luke pulverenti 13 years ago
parent fd2ead1aff
commit d776238e6b

@ -91,8 +91,6 @@ namespace MediaBrowser.Controller.Providers
audio.ProductionYear = GetDictionaryNumericValue(tags, "date");
audio.PremiereDate = GetDictionaryDateTime(tags, "retaildate") ?? GetDictionaryDateTime(tags, "retail date") ?? GetDictionaryDateTime(tags, "retail_date");
MediaBrowser.Common.Logging.Logger.LogInfo(tags.Comparer.GetType().Name.ToString());
}
private int? GetDictionaryDiscValue(Dictionary<string, string> tags)

Loading…
Cancel
Save