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

fix movies being clobbered when a new list is sent thru

pull/497/head
Devin Buhl 8 years ago
parent c0f323b05a
commit 6d4e1f6c2e

@ -71,7 +71,7 @@ namespace NzbDrone.Core.NetImport
foreach (var list in lists) foreach (var list in lists)
{ {
movies = (List<Movie>)list.Fetch(); movies.AddRange((List<Movie>)list.Fetch());
} }
// remove from movies list where existMovies (choose one) // remove from movies list where existMovies (choose one)

Loading…
Cancel
Save