Skip to content

Commit 4abe831

Browse files
LennartCodedecriptor
authored andcommitted
doc: Fix note on changed property name.
The name of the property has been changed but the migration implied, it had stayed the same.
1 parent 06e4dab commit 4abe831

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/MIGRATION-FROM-TAGLIB.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ if (result.IsSuccess)
194194
| `Tag.Year` | `Year` | Same |
195195
| `Tag.Track` | `TrackNumber` | Renamed |
196196
| `Tag.TrackCount` | `TotalTracks` | Renamed |
197-
| `Tag.Disc` | `DiscNumber` | Same |
197+
| `Tag.Disc` | `DiscNumber` | Renamed |
198198
| `Tag.DiscCount` | `TotalDiscs` | Renamed |
199199
| `Tag.Comment` | `Comment` | Same |
200200
| `Tag.Lyrics` | `Lyrics` | Same |

0 commit comments

Comments
 (0)