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
|
||||
ASIN string
|
||||
Tags []string
|
||||
Genre string
|
||||
|
||||
FileHashInfo *HashInfo
|
||||
FileFormats []*FormatInfo
|
||||
|
||||
Reference in New Issue
Block a user