Reduce warnings in Emby.Dlna

This commit is contained in:
David
2020-08-20 17:01:04 +02:00
parent 250e351613
commit ca2b36bdb0
45 changed files with 390 additions and 354 deletions

View File

@@ -19,12 +19,12 @@ namespace Emby.Dlna
{
public IEnumerable<ConfigurationStore> GetConfigurations()
{
return new ConfigurationStore[]
return new[]
{
new ConfigurationStore
{
Key = "dlna",
ConfigurationType = typeof (DlnaOptions)
ConfigurationType = typeof(DlnaOptions)
}
};
}