mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-24 02:56:31 +00:00
add filters to folder browsing
This commit is contained in:
@@ -30,5 +30,9 @@ namespace MediaBrowser.Model.Entities
|
||||
/// The guest star
|
||||
/// </summary>
|
||||
public const string GuestStar = "GuestStar";
|
||||
/// <summary>
|
||||
/// The producer
|
||||
/// </summary>
|
||||
public const string Producer = "Producer";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user