diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-06 19:01:00 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-06 19:01:00 -0400 |
| commit | 6d78824c8e9fa9fe1e46944ca6901af724b8f7cd (patch) | |
| tree | 326030dc1915f3c4e00f4f10eab5c171b7e87ca4 /MediaBrowser.Controller/Entities/Audio/Audio.cs | |
| parent | 27c490c15256951a4e2172566c7313f33e0f0af3 (diff) | |
update components
Diffstat (limited to 'MediaBrowser.Controller/Entities/Audio/Audio.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Audio/Audio.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/Audio/Audio.cs b/MediaBrowser.Controller/Entities/Audio/Audio.cs index 26e46b63a..9761aad4f 100644 --- a/MediaBrowser.Controller/Entities/Audio/Audio.cs +++ b/MediaBrowser.Controller/Entities/Audio/Audio.cs @@ -28,8 +28,10 @@ namespace MediaBrowser.Controller.Entities.Audio /// Gets or sets the artist. /// </summary> /// <value>The artist.</value> + [IgnoreDataMember] public List<string> Artists { get; set; } + [IgnoreDataMember] public List<string> AlbumArtists { get; set; } [IgnoreDataMember] |
