aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Mono/Networking/NetworkManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Server.Mono/Networking/NetworkManager.cs')
-rw-r--r--MediaBrowser.Server.Mono/Networking/NetworkManager.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Mono/Networking/NetworkManager.cs b/MediaBrowser.Server.Mono/Networking/NetworkManager.cs
index 293c59b50..60c250115 100644
--- a/MediaBrowser.Server.Mono/Networking/NetworkManager.cs
+++ b/MediaBrowser.Server.Mono/Networking/NetworkManager.cs
@@ -28,9 +28,9 @@ namespace MediaBrowser.Server.Mono.Networking
}
/// <summary>
- /// Gets a list of network devices
+ /// Gets available devices within the domain
/// </summary>
- /// PC's in the Domain</returns>
+ /// <returns>PC's in the Domain</returns>
public IEnumerable<FileSystemEntryInfo> GetNetworkDevices()
{
return new List<FileSystemEntryInfo> ();