mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
fix playlist runtime display
This commit is contained in:
@@ -1647,7 +1647,8 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
IsFolder = false,
|
||||
Recursive = true,
|
||||
IsVirtualUnaired = false,
|
||||
IsMissing = false
|
||||
IsMissing = false,
|
||||
User = user
|
||||
|
||||
}).Result.Items;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user