mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
for for web socket sending the root folder
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user