mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-06 15:58:29 +01:00
Group Methods
This commit is contained in:
@@ -297,7 +297,7 @@ namespace MediaBrowser.Model.Dlna
|
||||
int? inputAudioSampleRate = audioStream?.SampleRate;
|
||||
int? inputAudioBitDepth = audioStream?.BitDepth;
|
||||
|
||||
if (directPlayMethods.Count() > 0)
|
||||
if (directPlayMethods.Any())
|
||||
{
|
||||
string audioCodec = audioStream?.Codec;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user