new build system
inject controls in homepage
This commit is contained in:
@@ -36,6 +36,7 @@ public class PluginConfiguration : BasePluginConfiguration
|
||||
ConnectionTimeoutSeconds = 10;
|
||||
EnableAutoSync = true;
|
||||
DefaultPlayerMac = string.Empty;
|
||||
EnableHomeScreenButton = true;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -75,6 +76,12 @@ public class PluginConfiguration : BasePluginConfiguration
|
||||
/// </summary>
|
||||
public string DefaultPlayerMac { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether a floating "Remote" button linking to the
|
||||
/// multi-room remote control page should be injected into the Jellyfin web client.
|
||||
/// </summary>
|
||||
public bool EnableHomeScreenButton { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the Jellyfin API key for authenticating stream requests from LMS.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user