mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
Add GPL modules
This commit is contained in:
15
MediaBrowser.Model/Connect/UserLinkType.cs
Normal file
15
MediaBrowser.Model/Connect/UserLinkType.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
namespace MediaBrowser.Model.Connect
|
||||
{
|
||||
public enum UserLinkType
|
||||
{
|
||||
/// <summary>
|
||||
/// The linked user
|
||||
/// </summary>
|
||||
LinkedUser = 0,
|
||||
/// <summary>
|
||||
/// The guest
|
||||
/// </summary>
|
||||
Guest = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user