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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user