mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-18 20:24:20 +01:00
added collection type
This commit is contained in:
@@ -19,6 +19,12 @@ namespace MediaBrowser.Model.Entities
|
||||
/// <value>The locations.</value>
|
||||
public List<string> Locations { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the type of the collection.
|
||||
/// </summary>
|
||||
/// <value>The type of the collection.</value>
|
||||
public string CollectionType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="VirtualFolderInfo"/> class.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user