mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-21 09:36:42 +00:00
Add persistent setting configuration and temporary activation
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using MediaBrowser.Model.QuickConnect;
|
||||
|
||||
namespace Emby.Server.Implementations.QuickConnect
|
||||
{
|
||||
public class QuickConnectConfiguration
|
||||
{
|
||||
public QuickConnectConfiguration()
|
||||
{
|
||||
}
|
||||
|
||||
public QuickConnectState State { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user