Merge "pkg/search: Add durationms to MediaTagConstraint comment."

This commit is contained in:
Brad Fitzpatrick 2014-01-26 18:45:33 +00:00 committed by Gerrit Code Review
commit b15cde9bce
1 changed files with 1 additions and 1 deletions

View File

@ -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"`