Fix field ID of original year in ID3v2.0

This commit is contained in:
Martchus 2022-04-09 23:37:13 +02:00
parent 4da00f8b75
commit 520a913b07
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ enum KnownValue : std::uint32_t {
sArtist = 0x545031, /**< ?TP1 */
sComment = 0x434f4d, /**< ?COM */
sYear = 0x545945, /**< ?TYE */
sOriginalYear = 0x544F5259, /**< TORY */
sOriginalYear = 0x544F52, /**< ?TOR */
sRecordingDates = 0x545244, /**< ?TRD */
sDate = 0x544441, /**< ?TDA */
sTime = 0x54494D, /**< ?TIM */