for for web socket sending the root folder

This commit is contained in:
Luke Pulverenti
2013-05-24 23:22:45 -04:00
parent 2765ff58bc
commit 8ed35a00aa
2 changed files with 20 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ namespace MediaBrowser.Controller.Entities
{
// Accessing ResolveArgs could involve file system access
folderIds = ResolveArgs.PhysicalLocations
.Select(f => (f.GetMBId(typeof(Folder))))
.Select(f => f.GetMBId(typeof(Folder)))
.ToDictionary(i => i);
}
catch (IOException ex)