mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
fix mp4 sync encoding
This commit is contained in:
@@ -139,7 +139,6 @@ namespace MediaBrowser.Server.Mono.Native
|
||||
}
|
||||
else if (string.Equals(sysName, "BSD", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
// TODO: How to detect BSD?
|
||||
info.OperatingSystem = Startup.Common.OperatingSystem.Bsd;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user