refactor MediaBrowser.Api/VideosService.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
8e0b1109bc
commit
be5ce32bb6
|
@ -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…
Reference in New Issue
Block a user