mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-13 13:46:24 +00:00
add IgnoreDataMember to MusicAlbum
This commit is contained in:
@@ -66,6 +66,7 @@ namespace MediaBrowser.Controller.Entities.Audio
|
||||
/// Gets the tracks.
|
||||
/// </summary>
|
||||
/// <value>The tracks.</value>
|
||||
[IgnoreDataMember]
|
||||
public IEnumerable<Audio> Tracks
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user