diff options
Diffstat (limited to 'Emby.Dlna/Profiles/Foobar2000Profile.cs')
| -rw-r--r-- | Emby.Dlna/Profiles/Foobar2000Profile.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Dlna/Profiles/Foobar2000Profile.cs b/Emby.Dlna/Profiles/Foobar2000Profile.cs index ea3de686a6..68e959770a 100644 --- a/Emby.Dlna/Profiles/Foobar2000Profile.cs +++ b/Emby.Dlna/Profiles/Foobar2000Profile.cs @@ -72,7 +72,7 @@ namespace Emby.Dlna.Profiles } }; - ResponseProfiles = new ResponseProfile[] { }; + ResponseProfiles = System.Array.Empty<ResponseProfile>(); } } } |
