mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-06 14:22:55 +01:00
Run tree-wide dotnet format
This commit is contained in:
@@ -96,7 +96,7 @@ namespace MediaBrowser.XbmcMetadata.Parsers
|
||||
var artist = reader.ReadNormalizedString();
|
||||
if (!string.IsNullOrEmpty(artist) && item is MusicVideo artistVideo)
|
||||
{
|
||||
artistVideo.Artists = [..artistVideo.Artists, artist];
|
||||
artistVideo.Artists = [.. artistVideo.Artists, artist];
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user