mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 09:04:42 +01:00
exclude mpeg4 with level -99 from vaapi
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user