fixes #671 - Support https
This commit is contained in:
parent
e8ab7fb7b5
commit
be6418a19e
|
@ -24,16 +24,16 @@ namespace MediaBrowser.Server.Mono.Networking
|
||||||
/// <returns>IEnumerable{NetworkShare}.</returns>
|
/// <returns>IEnumerable{NetworkShare}.</returns>
|
||||||
public IEnumerable<NetworkShare> GetNetworkShares(string path)
|
public IEnumerable<NetworkShare> GetNetworkShares(string path)
|
||||||
{
|
{
|
||||||
return new List<NetworkShare> ();
|
return new List<NetworkShare>();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets available devices within the domain
|
/// Gets available devices within the domain
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns>PC's in the Domain</returns>
|
/// <returns>PC's in the Domain</returns>
|
||||||
public IEnumerable<FileSystemEntryInfo> GetNetworkDevices()
|
public IEnumerable<FileSystemEntryInfo> GetNetworkDevices()
|
||||||
{
|
{
|
||||||
return new List<FileSystemEntryInfo> ();
|
return new List<FileSystemEntryInfo>();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user