mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
Use GetEncodingOptions where possible
This commit is contained in:
@@ -98,7 +98,7 @@ namespace Jellyfin.Api.Models.PlaybackDtos
|
||||
|
||||
private EncodingOptions GetOptions()
|
||||
{
|
||||
return _config.GetConfiguration<EncodingOptions>("encoding");
|
||||
return _config.GetEncodingOptions();
|
||||
}
|
||||
|
||||
private async void TimerCallback(object? state)
|
||||
|
||||
Reference in New Issue
Block a user