mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
Fix nullability errors in Jellyfin.Api (part 1)
This commit is contained in:
@@ -101,7 +101,7 @@ namespace Jellyfin.Api.Models.PlaybackDtos
|
||||
return _config.GetConfiguration<EncodingOptions>("encoding");
|
||||
}
|
||||
|
||||
private async void TimerCallback(object state)
|
||||
private async void TimerCallback(object? state)
|
||||
{
|
||||
if (_job.HasExited)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user