Update MediaInfoService.cs

This commit is contained in:
Artiume 2019-12-16 00:43:03 -05:00 committed by GitHub
parent 3fb7aabfde
commit 46442e24f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -671,4 +671,5 @@ namespace MediaBrowser.Api.Playback
}).ThenBy(originalList.IndexOf)
.ToArray();
}
}
}