mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-29 20:08:27 +01: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