mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 00:55:13 +01:00
restore bsd messages
This commit is contained in:
@@ -319,5 +319,18 @@ namespace MediaBrowser.Server.Mono
|
||||
{
|
||||
return Syscall.getuid().ToString(CultureInfo.InvariantCulture);
|
||||
}
|
||||
|
||||
public override Model.System.OperatingSystem OperatingSystem
|
||||
{
|
||||
get
|
||||
{
|
||||
if (IsBsd)
|
||||
{
|
||||
return Model.System.OperatingSystem.BSD;
|
||||
}
|
||||
|
||||
return base.OperatingSystem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user