mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-17 02:49:05 -07:00
fix merge conflicts
This commit is contained in:
parent
29e03046ed
commit
76bfde2675
@ -492,11 +492,11 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
|
||||
if (isAudio)
|
||||
{
|
||||
//if (imageStreamIndex.HasValue && imageStreamIndex.Value > 0)
|
||||
//{
|
||||
// // It seems for audio files we need to subtract 1 (for the audio stream??)
|
||||
// imageStreamIndex = imageStreamIndex.Value - 1;
|
||||
//}
|
||||
if (imageStreamIndex.HasValue && imageStreamIndex.Value > 0)
|
||||
{
|
||||
// It seems for audio files we need to subtract 1 (for the audio stream??)
|
||||
imageStreamIndex = imageStreamIndex.Value - 1;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -119,7 +119,7 @@ namespace MediaBrowser.Server.Mono.Native
|
||||
{
|
||||
get
|
||||
{
|
||||
return Environment.OperatingSystem == Startup.Common.OperatingSystem.Linux;
|
||||
return Environment.OperatingSystem != Startup.Common.OperatingSystem.Osx;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user