mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
Remove trailing whitespace
This commit is contained in:
@@ -27,7 +27,7 @@ namespace NzbDrone.Core.Extras.Metadata.Consumers.Roksbox
|
||||
|
||||
[FieldDefinition(1, Label = "Movie Images", Type = FieldType.Checkbox)]
|
||||
public bool MovieImages { get; set; }
|
||||
|
||||
|
||||
public bool IsValid => true;
|
||||
|
||||
public NzbDroneValidationResult Validate()
|
||||
|
||||
@@ -27,7 +27,7 @@ namespace NzbDrone.Core.Extras.Metadata.Consumers.Wdtv
|
||||
|
||||
[FieldDefinition(1, Label = "Movie Images", Type = FieldType.Checkbox)]
|
||||
public bool MovieImages { get; set; }
|
||||
|
||||
|
||||
public bool IsValid => true;
|
||||
|
||||
public NzbDroneValidationResult Validate()
|
||||
|
||||
@@ -169,7 +169,7 @@ namespace NzbDrone.Core.Extras.Metadata.Consumers.Xbmc
|
||||
}
|
||||
|
||||
foreach (var poster in posters)
|
||||
{
|
||||
{
|
||||
if (poster != null && poster.Url != null)
|
||||
{
|
||||
details.Add(new XElement("thumb", new XAttribute("aspect", "poster"), poster.Url));
|
||||
|
||||
@@ -36,7 +36,7 @@ namespace NzbDrone.Core.Extras.Metadata
|
||||
}
|
||||
|
||||
public abstract MetadataFile FindMetadataFile(Movie movie, string path);
|
||||
|
||||
|
||||
public abstract MetadataFileResult MovieMetadata(Movie movie, MovieFile movieFile);
|
||||
public abstract List<ImageFileResult> MovieImages(Movie movie);
|
||||
|
||||
|
||||
@@ -316,7 +316,7 @@ namespace NzbDrone.Core.Extras.Metadata
|
||||
_metadataFileService.Delete(file.Id);
|
||||
}
|
||||
|
||||
|
||||
|
||||
return matchingMetadataFiles.First();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user