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

update tmdb throttle

pull/702/head
Luke Pulverenti 9 years ago
parent 22ada9b237
commit 4190c247a3

@ -367,7 +367,7 @@ namespace MediaBrowser.Providers.Movies
}
private static long _lastRequestTicks;
private static int requestIntervalMs = 100;
private static int requestIntervalMs = 150;
/// <summary>
/// Gets the movie db response.

Loading…
Cancel
Save