mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04:00
Fix Language Aggregation debug Log statement
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ namespace NzbDrone.Core.MediaFiles.MovieImport.Aggregation.Aggregators
|
||||
}
|
||||
}
|
||||
|
||||
_logger.Debug("Using languages: {0}", languages);
|
||||
_logger.Debug("Using languages: {0}", string.Join(", ", languages.ToList()));
|
||||
|
||||
localMovie.Languages = languages;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user