feat(media_scanner): add genre field to MediaMetadata

Add Genre field to MediaMetadata struct to support genre information
extraction from media files during scanning.
This commit is contained in:
2026-03-30 17:51:08 -04:00
parent 81c7c9e5cc
commit 0ff34a683a
+1
View File
@@ -53,6 +53,7 @@ type MediaMetadata struct {
ISBN string ISBN string
ASIN string ASIN string
Tags []string Tags []string
Genre string
FileHashInfo *HashInfo FileHashInfo *HashInfo
FileFormats []*FormatInfo FileFormats []*FormatInfo