-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
| return MediaFileResult.Success (result.File!, result.File!.VorbisComment, MediaFormat.Flac); |
VorbisComment is being used as tag and cause the issue.
For example, for flac file, property Pictures contains 1 element in the MediaFileResult.File but not in the MediaFileResult.Tag
Reactions are currently unavailable