mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 09:04:42 +01:00
hide library monitor from certain operating systems
This commit is contained in:
@@ -47,6 +47,11 @@ namespace MediaBrowser.ServerApplication.Native
|
||||
}
|
||||
}
|
||||
|
||||
public bool SupportsLibraryMonitor
|
||||
{
|
||||
get { return true; }
|
||||
}
|
||||
|
||||
public bool SupportsRunningAsService
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user