mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-27 04:24:52 +01:00
#514 - Support HLS seeking
This commit is contained in:
@@ -41,7 +41,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
{
|
||||
var user = _userManager.GetUserById(new Guid(query.UserId));
|
||||
|
||||
inputItems = user.RootFolder.GetRecursiveChildren(user, null);
|
||||
inputItems = user.RootFolder.GetRecursiveChildren(user, true);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user