mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
Add persistent setting configuration and temporary activation
This commit is contained in:
@@ -35,10 +35,16 @@ namespace MediaBrowser.Controller.QuickConnect
|
||||
/// </summary>
|
||||
void AssertActive();
|
||||
|
||||
/// <summary>
|
||||
/// Temporarily activates quick connect for a short amount of time.
|
||||
/// </summary>
|
||||
/// <returns>A quick connect result object indicating success.</returns>
|
||||
QuickConnectResult Activate();
|
||||
|
||||
/// <summary>
|
||||
/// Changes the status of quick connect.
|
||||
/// </summary>
|
||||
/// <param name="newState">New state to change to</param>
|
||||
/// <param name="newState">New state to change to.</param>
|
||||
void SetEnabled(QuickConnectState newState);
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user