Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeugma440 committed Nov 2, 2024
2 parents 12e3d49 + 56deb05 commit 8ced72b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ATL/Entities/Track.cs
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,7 @@ public int? OriginalReleaseYear
public IList<Format> MetadataFormats { get; internal set; }

/// <summary>
/// Format of tagging systems supported by the file
/// NB : their IDs match `MetaDataIOFactory.TagType` enum values
/// Format of the supported tagging systems supported by the file
/// </summary>
public IList<Format> SupportedMetadataFormats { get; internal set; }

Expand Down

0 comments on commit 8ced72b

Please sign in to comment.