mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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)
|
public void Post(MergeVersions request)
|
||||||
{
|
{
|
||||||
|
|
||||||
var items = request.Ids.Split(',')
|
var items = request.Ids.Split(',')
|
||||||
.Select(i => _libraryManager.GetItemById(i))
|
.Select(i => _libraryManager.GetItemById(i))
|
||||||
.OfType<Video>()
|
.OfType<Video>()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user