mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 13:58:29 +01:00
update connect
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using MediaBrowser.Model.Connect;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MediaBrowser.Server.Implementations.Connect
|
||||
@@ -22,6 +23,12 @@ namespace MediaBrowser.Server.Implementations.Connect
|
||||
/// <value>The authorizations.</value>
|
||||
public List<ConnectAuthorization> PendingAuthorizations { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the last authorizations refresh.
|
||||
/// </summary>
|
||||
/// <value>The last authorizations refresh.</value>
|
||||
public DateTime LastAuthorizationsRefresh { get; set; }
|
||||
|
||||
public ConnectData()
|
||||
{
|
||||
PendingAuthorizations = new List<ConnectAuthorization>();
|
||||
|
||||
Reference in New Issue
Block a user