mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update file input behavior
This commit is contained in:
parent
2da3d15c57
commit
8ce435877c
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user