mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 05:18:27 +01:00
fix network enumeration
This commit is contained in:
@@ -29,6 +29,7 @@ namespace MediaBrowser.ServerApplication.Networking
|
||||
/// <returns>IEnumerable{NetworkShare}.</returns>
|
||||
public IEnumerable<NetworkShare> GetNetworkShares(string path)
|
||||
{
|
||||
Logger.Info("Getting network shares from {0}", path);
|
||||
return new ShareCollection(path).OfType<Share>().Select(ToNetworkShare);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user