mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 18:54:48 +03:00
Added a VirtualFolder entity, a resolver, and a CollectionType property.
This commit is contained in:
parent
a201eb060b
commit
a508a997d9
@@ -97,7 +97,7 @@ namespace MediaBrowser.Api
|
||||
dto.SpecialCounts = folder.GetSpecialCounts(user);
|
||||
|
||||
dto.IsRoot = folder.IsRoot;
|
||||
dto.IsVirtualFolder = folder.IsVirtualFolder;
|
||||
dto.IsVirtualFolder = folder is VirtualFolder;
|
||||
}
|
||||
|
||||
return dto;
|
||||
|
||||
Reference in New Issue
Block a user