Shoko.Plugin.Abstractions-v4.2.0-beta2
Change `.Min()` to `.Order().FirstOrDefault()` so it won't throw and instead return null when the sequence is empty.
Change `.Min()` to `.Order().FirstOrDefault()` so it won't throw and instead return null when the sequence is empty.