mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 08:15:28 +03:00
Visual Studio Reformat: MediaBrowser.MediaEncoding
This commit is contained in:
@@ -955,7 +955,7 @@ namespace MediaBrowser.MediaEncoding.Probing
|
||||
var artist = FFProbeHelpers.GetDictionaryValue(tags, "artist");
|
||||
if (string.IsNullOrWhiteSpace(artist))
|
||||
{
|
||||
audio.Artists = new string[] {};
|
||||
audio.Artists = new string[] { };
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -977,7 +977,7 @@ namespace MediaBrowser.MediaEncoding.Probing
|
||||
|
||||
if (string.IsNullOrWhiteSpace(albumArtist))
|
||||
{
|
||||
audio.AlbumArtists = new string[] {};
|
||||
audio.AlbumArtists = new string[] { };
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user