mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-28 14:08:22 +00:00
fix merge conflicts
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user