Visual Studio Reformat: MediaBrowser.MediaEncoding

This commit is contained in:
Erwin de Haan
2019-01-13 20:26:04 +01:00
parent 22879a603e
commit f2e50f50bd
15 changed files with 80 additions and 89 deletions

View File

@@ -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
{