mirror of https://github.com/perkeep/perkeep.git
Merge "pkg/search: Add durationms to MediaTagConstraint comment."
This commit is contained in:
commit
b15cde9bce
|
@ -336,7 +336,7 @@ type FileConstraint struct {
|
|||
|
||||
type MediaTagConstraint struct {
|
||||
// Tag is the tag to match.
|
||||
// For ID3, this includes: title, artist, album, genre, year, track, disc, mediaref.
|
||||
// For ID3, this includes: title, artist, album, genre, year, track, disc, mediaref, durationms.
|
||||
Tag string `json:"tag"`
|
||||
|
||||
String *StringConstraint `json:"string,omitempty"`
|
||||
|
|
Loading…
Reference in New Issue