1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

Reformat and apply Stylecop rules

This commit is contained in:
ta264
2019-12-22 22:08:53 +00:00
committed by Qstick
parent d4fa9b7345
commit f02fa629cc
1186 changed files with 7105 additions and 5616 deletions
@@ -133,7 +133,6 @@ namespace NzbDrone.Core.Extras.Metadata
// TODO: Move EpisodeImage and EpisodeMetadata metadata files, instead of relying on consumers to do it
// (Xbmc's EpisodeImage is more than just the extension)
foreach (var consumer in _metadataFactory.GetAvailableProviders())
{
foreach (var movieFile in movieFiles)
@@ -278,6 +277,7 @@ namespace NzbDrone.Core.Extras.Metadata
{
_diskProvider.CopyFile(image.Url, fullPath);
}
_mediaFileAttributeService.SetFilePermissions(fullPath);
}
catch (WebException ex)
@@ -316,7 +316,6 @@ namespace NzbDrone.Core.Extras.Metadata
_metadataFileService.Delete(file.Id);
}
return matchingMetadataFiles.First();
}
}