mirror of
https://github.com/Radarr/Radarr
synced 2026-04-20 10:22:30 +02:00
Fix Language Aggregation debug Log statement
This commit is contained in:
parent
1dbb664ef6
commit
3f39c8d1bd
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ public LocalMovie Aggregate(LocalMovie localMovie, bool otherFiles)
|
|||
}
|
||||
}
|
||||
|
||||
_logger.Debug("Using languages: {0}", languages);
|
||||
_logger.Debug("Using languages: {0}", string.Join(", ", languages.ToList()));
|
||||
|
||||
localMovie.Languages = languages;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue