From ef6e0bc6969090c5a491bd813c4aa5686bc78068 Mon Sep 17 00:00:00 2001 From: Daniel Erat Date: Sat, 25 Jan 2014 17:22:33 -0800 Subject: [PATCH] pkg/search: Add durationms to MediaTagConstraint comment. Change-Id: I8c097c2c88afaf01b9eb0f62072f5e68bddf5ca0 --- pkg/search/query.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/search/query.go b/pkg/search/query.go index d69481e54..8e0291264 100644 --- a/pkg/search/query.go +++ b/pkg/search/query.go @@ -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"`