mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 13:58:29 +01:00
New provider system. Only for people right now
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
public string Name { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the priority.
|
||||
/// Gets or sets the order.
|
||||
/// </summary>
|
||||
/// <value>The priority.</value>
|
||||
public int Priority { get; set; }
|
||||
/// <value>The order.</value>
|
||||
public int Order { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user