mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 21:12:43 +02:00
fix movies being clobbered when a new list is sent thru
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user