mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 21:38:27 +01:00
hide library monitor from certain operating systems
This commit is contained in:
@@ -109,6 +109,11 @@ namespace MediaBrowser.Server.Mono.Native
|
||||
}
|
||||
}
|
||||
|
||||
public bool SupportsLibraryMonitor
|
||||
{
|
||||
get { return false; }
|
||||
}
|
||||
|
||||
public void ConfigureAutoRun(bool autorun)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user