9 lines
157 B
C#
9 lines
157 B
C#
|
|
|||
|
namespace MediaBrowser.Model.Entities
|
|||
|
{
|
|||
|
public class VirtualFolder : Folder
|
|||
|
{
|
|||
|
public string CollectionType { get; set; }
|
|||
|
}
|
|||
|
}
|