mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:16:38 +00:00
update active recordings
This commit is contained in:
parent
5e0f8fd8c4
commit
e441e2f53d
157 changed files with 568 additions and 654 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue