update file input behavior
This commit is contained in:
parent
2da3d15c57
commit
8ce435877c
|
@ -113,7 +113,9 @@ namespace MediaBrowser.Dlna.Ssdp
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return _devices.Values.SelectMany(i => i).ToList();
|
var devices = _devices.Values.ToList();
|
||||||
|
|
||||||
|
return devices.SelectMany(i => i).ToList();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user