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
1 parent f819f0b commit 56deb05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ATL/Entities/Track.cs
Original file line number Diff line number Diff line change
Expand Up @@ -325,12 +325,12 @@ public int? OriginalReleaseYear
private bool isORYearExplicit;

/// <summary>
/// Format of the tagging systems present on the file
/// Format of tagging systems present on the file
/// </summary>
public IList<Format> MetadataFormats { get; internal set; }

/// <summary>
/// Format of the supported tagging systems supported by the file
/// Format of tagging systems supported by the file
/// </summary>
public IList<Format> SupportedMetadataFormats { get; internal set; }

Expand Down

0 comments on commit 56deb05

Please sign in to comment.