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:
parent
aaad0350ae
commit
d38d493413
1 changed files with 1 additions and 1 deletions
|
@ -866,7 +866,7 @@ define(['datetime', 'imageLoader', 'connectionManager', 'itemHelper', 'focusMana
|
|||
ServerId: serverId,
|
||||
Name: name,
|
||||
Type: item.Type,
|
||||
IsFolder: true
|
||||
IsFolder: item.IsFolder
|
||||
}));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue