mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-07 16:28:56 +01:00
dlna fixes
This commit is contained in:
@@ -27,7 +27,9 @@ namespace MediaBrowser.Model.Dlna
|
||||
|
||||
public bool Contains(string field)
|
||||
{
|
||||
return _all || ListHelper.ContainsIgnoreCase(_fields, field);
|
||||
// Don't bother with this. Some clients (media monkey) use the filter and then don't display very well when very little data comes back.
|
||||
return true;
|
||||
//return _all || ListHelper.ContainsIgnoreCase(_fields, field);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user