mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
add IgnoreDataMember to MusicAlbum
This commit is contained in:
parent
3a900f9d90
commit
11d22aba5a
@ -66,6 +66,7 @@ namespace MediaBrowser.Controller.Entities.Audio
|
|||||||
/// Gets the tracks.
|
/// Gets the tracks.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>The tracks.</value>
|
/// <value>The tracks.</value>
|
||||||
|
[IgnoreDataMember]
|
||||||
public IEnumerable<Audio> Tracks
|
public IEnumerable<Audio> Tracks
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
|
Loading…
x
Reference in New Issue
Block a user