mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-10 06:32:24 +00:00
update active recordings
This commit is contained in:
@@ -36,7 +36,7 @@ namespace Emby.Server.Implementations.Sorting
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
return audio.Artists.Count == 0 ? null : audio.Artists[0];
|
||||
return audio.Artists.Length == 0 ? null : audio.Artists[0];
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user