1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

change to item.IsFolder

This commit is contained in:
cvium 2019-01-12 07:58:01 +01:00
parent aaad0350ae
commit d38d493413

View file

@ -866,7 +866,7 @@ define(['datetime', 'imageLoader', 'connectionManager', 'itemHelper', 'focusMana
ServerId: serverId,
Name: name,
Type: item.Type,
IsFolder: true
IsFolder: item.IsFolder
}));
}