mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 21:38:27 +01:00
fix playlists empty with dlna
This commit is contained in:
@@ -181,6 +181,11 @@ namespace MediaBrowser.Controller.Entities
|
||||
|
||||
public InternalItemsQuery(User user)
|
||||
: this()
|
||||
{
|
||||
SetUser(user);
|
||||
}
|
||||
|
||||
public void SetUser(User user)
|
||||
{
|
||||
if (user != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user