mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
Fix warning: The nullable warning suppression expression is redundant (#2149)
This commit is contained in:
@@ -184,7 +184,7 @@ namespace Jellyfin.Api.Controllers
|
||||
audioStreamIndex,
|
||||
subtitleStreamIndex,
|
||||
maxAudioChannels,
|
||||
info!.PlaySessionId!,
|
||||
info.PlaySessionId!,
|
||||
userId ?? Guid.Empty,
|
||||
enableDirectPlay.Value,
|
||||
enableDirectStream.Value,
|
||||
|
||||
Reference in New Issue
Block a user