diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-11-12 21:49:47 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-11-12 21:49:47 -0500 |
| commit | d7998d85be3bc3e98426f52c0eb9452724855d9c (patch) | |
| tree | b5d32192b2feb8a2a8a81d705a3b07c835d51416 | |
| parent | e760f4e124d6401574226f638ca4ed75d2773109 (diff) | |
add attribute
| -rw-r--r-- | MediaBrowser.Controller/Playlists/Playlist.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Playlists/Playlist.cs b/MediaBrowser.Controller/Playlists/Playlist.cs index fdc36db35..0f9af6550 100644 --- a/MediaBrowser.Controller/Playlists/Playlist.cs +++ b/MediaBrowser.Controller/Playlists/Playlist.cs @@ -144,6 +144,7 @@ namespace MediaBrowser.Controller.Playlists public string PlaylistMediaType { get; set; } + [IgnoreDataMember] public override string MediaType { get |
