mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-17 11:43:44 +01:00
add connect to startup wizard
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using MediaBrowser.Model.Connect;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MediaBrowser.Model.ApiClient
|
||||
{
|
||||
@@ -7,6 +8,7 @@ namespace MediaBrowser.Model.ApiClient
|
||||
public ConnectionState State { get; set; }
|
||||
public List<ServerInfo> Servers { get; set; }
|
||||
public IApiClient ApiClient { get; set; }
|
||||
public ConnectUser ConnectUser { get; set; }
|
||||
|
||||
public ConnectionResult()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user