Exemplo n.º 1
0
 internal string GetFormattedArtists()
 {
     return(AlbumArtists.IsNullorEmpty() ? Consts.UnknownArtists : string.Join(Consts.CommaSeparator, AlbumArtists));
 }
Exemplo n.º 2
0
 internal string GetFormattedArtists()
 {
     return(AlbumArtists.IsNullorEmpty() ? (IsOnedrive ? "Not cache in local" : Consts.UnknownArtists) : string.Join(Consts.CommaSeparator, AlbumArtists));
 }