exclude mpeg4 with level -99 from vaapi

This commit is contained in:
Luke Pulverenti
2016-10-20 02:36:34 -04:00
parent b1f604b5e7
commit ccaf2f43a6
3 changed files with 41 additions and 3 deletions

View File

@@ -1947,7 +1947,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
}
else
{
timers = timers.Where(i => !(i.Item1.Status == RecordingStatus.New));
timers = timers.Where(i => i.Item1.Status != RecordingStatus.New);
}
}