We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67b806c + a0ca284 commit f00050eCopy full SHA for f00050e
articles/media-services/previous/media-services-static-packaging.md
@@ -243,7 +243,7 @@ The following code sample uses Azure Media Services .NET SDK Extensions. Make s
243
static void SetISMFileAsPrimary(IAsset asset)
244
{
245
var ismAssetFiles = asset.AssetFiles.ToList().
246
- Where(f => f.Name.EndsWith(".ism", StringComparison.OrdinalIgnoreCase)).ToArray();
+ Where(f => f.Name.EndsWith(".ism", StringComparison.OrdinalIgnoreCase));
247
248
// The following code assigns the first .ism file as the primary file in the asset.
249
// An asset should have one .ism file.
0 commit comments