mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
Fix warning: The nullable warning suppression expression is redundant (#2149)
This commit is contained in:
@@ -55,7 +55,7 @@ namespace Jellyfin.Api.Models.StreamingDtos
|
||||
/// <summary>
|
||||
/// Gets the video request.
|
||||
/// </summary>
|
||||
public VideoRequestDto? VideoRequest => Request! as VideoRequestDto;
|
||||
public VideoRequestDto? VideoRequest => Request as VideoRequestDto;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the direct stream provicer.
|
||||
|
||||
Reference in New Issue
Block a user