update file input behavior

pull/702/head
Luke Pulverenti 9 years ago
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…
Cancel
Save