Skip to content

Commit b045ce6

Browse files
authored
Merge pull request #226 from pticostaricags/development
Applying SonarCloud recommendation
2 parents 41387a0 + c0431c2 commit b045ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FairPlayCombinedSln/FairPlayTube.VideoIndexing/VideoIndexStatusBackgroundService.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ await azureVideoIndexerService
161161
await entryStream.CopyToAsync(entryMemoryStream, stoppingToken);
162162
byte[] fileBytes = entryMemoryStream.ToArray();
163163
string faceName = string.Empty;
164-
foreach (var (PersonName, ThumbnailFilename) in pairs)
164+
foreach (var (_, ThumbnailFilename) in pairs)
165165
{
166166
if (entry.FullName == ThumbnailFilename)
167167
{

0 commit comments

Comments
 (0)