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