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

Fixed: Folder name getting messed up when adding movies via a list.

Fixes 
pull/2/head
Leonardo Galli 7 years ago
parent 78e5fdf3bc
commit 5057fcc40f

@ -88,7 +88,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
public Movie GetMovieInfo(int TmdbId, Profile profile = null, bool hasPreDBEntry = false)
{
var langCode = profile != null ? IsoLanguages.Get(profile.Language).TwoLetterCode : "us";
var langCode = profile != null ? IsoLanguages.Get(profile.Language).TwoLetterCode : "en";
var request = _movieBuilder.Create()
.SetSegment("route", "movie")

Loading…
Cancel
Save