mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
hide library monitor from certain operating systems
This commit is contained in:
@@ -39,11 +39,11 @@ namespace MediaBrowser.Model.System
|
||||
public bool HasPendingRestart { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether [supports synchronize].
|
||||
/// Gets or sets a value indicating whether [supports library monitor].
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if [supports synchronize]; otherwise, <c>false</c>.</value>
|
||||
public bool SupportsSync { get; set; }
|
||||
|
||||
/// <value><c>true</c> if [supports library monitor]; otherwise, <c>false</c>.</value>
|
||||
public bool SupportsLibraryMonitor { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether this instance is network deployed.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user