VirtualFolder.cs 157 B

12345678
  1. 
  2. namespace MediaBrowser.Model.Entities
  3. {
  4. public class VirtualFolder : Folder
  5. {
  6. public string CollectionType { get; set; }
  7. }
  8. }