refactor MediaBrowser.Api/VideosService.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
danieladov 2020-05-31 20:42:22 +02:00 committed by GitHub
parent 8e0b1109bc
commit be5ce32bb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,6 @@ namespace MediaBrowser.Api
public void Post(MergeVersions request)
{
var items = request.Ids.Split(',')
.Select(i => _libraryManager.GetItemById(i))
.OfType<Video>()