refactor MediaBrowser.Api/VideosService.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
pull/3214/head
danieladov 4 years ago committed by GitHub
parent 8e0b1109bc
commit be5ce32bb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save