Use Array.Empty

This commit is contained in:
Patrick Barron
2020-07-04 11:54:25 -04:00
parent 176f25fb98
commit 6d1b00da64
20 changed files with 33 additions and 27 deletions

View File

@@ -206,7 +206,7 @@ namespace MediaBrowser.Model.Dlna
}
}
return new MediaFormatProfile[] { };
return Array.Empty<MediaFormatProfile>();
}
private MediaFormatProfile ValueOf(string value)