Update MediaInfoService.cs

This commit is contained in:
Artiume
2019-12-16 00:43:03 -05:00
committed by GitHub
parent 3fb7aabfde
commit 46442e24f8

View File

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