mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-13 13:46:24 +00:00
update file input behavior
This commit is contained in:
@@ -113,7 +113,9 @@ namespace MediaBrowser.Dlna.Ssdp
|
||||
{
|
||||
get
|
||||
{
|
||||
return _devices.Values.SelectMany(i => i).ToList();
|
||||
var devices = _devices.Values.ToList();
|
||||
|
||||
return devices.SelectMany(i => i).ToList();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user