mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-12 18:50:23 +01:00
upgrade to jquery mobile 1.4.5
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using MediaBrowser.Model.Configuration;
|
||||
using MediaBrowser.Model.Connect;
|
||||
|
||||
namespace MediaBrowser.Server.Implementations.Connect
|
||||
{
|
||||
@@ -77,4 +78,9 @@ namespace MediaBrowser.Server.Implementations.Connect
|
||||
{
|
||||
public T data { get; set; }
|
||||
}
|
||||
|
||||
public class ConnectAuthorizationInternal : ConnectAuthorization
|
||||
{
|
||||
public string AccessToken { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user