mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-23 14:35:24 -07:00
Localize collection request
This commit is contained in:
parent
cbeebbc495
commit
fe5df06627
1 changed files with 2 additions and 1 deletions
|
@ -573,7 +573,8 @@ namespace Ombi.Core.Engine
|
||||||
{
|
{
|
||||||
results.Add(await RequestMovie(new MovieRequestViewModel
|
results.Add(await RequestMovie(new MovieRequestViewModel
|
||||||
{
|
{
|
||||||
TheMovieDbId = collection.id
|
TheMovieDbId = collection.id,
|
||||||
|
LanguageCode = langCode
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue