mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
moved media streams to the database
This commit is contained in:
@@ -1034,7 +1034,11 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
|
||||
if (iHasMediaStreams != null)
|
||||
{
|
||||
dto.MediaStreams = iHasMediaStreams.MediaStreams;
|
||||
dto.MediaStreams = _itemRepo.GetMediaStreams(new MediaStreamQuery
|
||||
{
|
||||
ItemId = item.Id
|
||||
|
||||
}).ToList();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user