mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-17 13:10:28 +01:00
Remove more Connect related stuff
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using System;
|
||||
using MediaBrowser.Model.Configuration;
|
||||
using MediaBrowser.Model.Connect;
|
||||
using MediaBrowser.Model.Users;
|
||||
|
||||
namespace MediaBrowser.Model.Dto
|
||||
@@ -29,22 +28,6 @@ namespace MediaBrowser.Model.Dto
|
||||
/// <value>The name of the server.</value>
|
||||
public string ServerName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the name of the connect user.
|
||||
/// </summary>
|
||||
/// <value>The name of the connect user.</value>
|
||||
public string ConnectUserName { get; set; }
|
||||
/// <summary>
|
||||
/// Gets or sets the connect user identifier.
|
||||
/// </summary>
|
||||
/// <value>The connect user identifier.</value>
|
||||
public string ConnectUserId { get; set; }
|
||||
/// <summary>
|
||||
/// Gets or sets the type of the connect link.
|
||||
/// </summary>
|
||||
/// <value>The type of the connect link.</value>
|
||||
public UserLinkType? ConnectLinkType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the id.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user