From 80b60484a5df508917642fa9f6e007982ed32200 Mon Sep 17 00:00:00 2001 From: Lennart S <55597910+LennartCode@users.noreply.github.com> Date: Sat, 3 Jan 2026 16:30:57 +0100 Subject: [PATCH] doc: Fix note on changed property name. The name of the property has been changed but the migration implied, it had stayed the same. --- docs/MIGRATION-FROM-TAGLIB.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MIGRATION-FROM-TAGLIB.md b/docs/MIGRATION-FROM-TAGLIB.md index 5e0ca75..8cfa603 100644 --- a/docs/MIGRATION-FROM-TAGLIB.md +++ b/docs/MIGRATION-FROM-TAGLIB.md @@ -194,7 +194,7 @@ if (result.IsSuccess) | `Tag.Year` | `Year` | Same | | `Tag.Track` | `TrackNumber` | Renamed | | `Tag.TrackCount` | `TotalTracks` | Renamed | -| `Tag.Disc` | `DiscNumber` | Same | +| `Tag.Disc` | `DiscNumber` | Renamed | | `Tag.DiscCount` | `TotalDiscs` | Renamed | | `Tag.Comment` | `Comment` | Same | | `Tag.Lyrics` | `Lyrics` | Same |