mirror of
https://github.com/Radarr/Radarr
synced 2026-05-09 11:10:23 +02:00
Update XbmcMetadataSettings.cs
Fix typo
This commit is contained in:
parent
3a55b766c3
commit
0df5cd478b
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ public class XbmcMetadataSettings : IProviderConfig
|
|||
public XbmcMetadataSettings()
|
||||
{
|
||||
MovieMetadata = true;
|
||||
MoviMetadataURL = true;
|
||||
MovieMetadataURL = true;
|
||||
MovieImages = true;
|
||||
UseMovieNfo = false;
|
||||
}
|
||||
|
|
@ -28,7 +28,7 @@ public XbmcMetadataSettings()
|
|||
public bool MovieMetadata { get; set; }
|
||||
|
||||
[FieldDefinition(1, Label = "Movie Metadata URL", Type = FieldType.Checkbox, HelpText = "Radarr will write the tmdb/imdb url in the .nfo file")]
|
||||
public bool MoviMetadataURL { get; set; }
|
||||
public bool MovieMetadataURL { get; set; }
|
||||
|
||||
[FieldDefinition(2, Label = "Movie Images", Type = FieldType.Checkbox)]
|
||||
public bool MovieImages { get; set; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue