mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 10:43:30 +01:00
Deprecate CanLaunchWebBrowser (#10381)
It's been a while since I removed this feature from server not sure why it's in the api anyway. The macOS and Windows app have this functionality
This commit is contained in:
@@ -84,7 +84,8 @@ namespace MediaBrowser.Model.System
|
||||
[Obsolete("This is always true")]
|
||||
public bool CanSelfRestart { get; set; } = true;
|
||||
|
||||
public bool CanLaunchWebBrowser { get; set; }
|
||||
[Obsolete("This is always false")]
|
||||
public bool CanLaunchWebBrowser { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the program data path.
|
||||
|
||||
Reference in New Issue
Block a user