Fix uploader id search missing space
Cette révision appartient à :
Parent
f338cab4fe
révision
aeb1b5e69e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -103,7 +103,7 @@ func (p *TorrentParam) ToFilterQuery() string {
|
|||
}
|
||||
|
||||
if p.UserID != 0 {
|
||||
query += "uploader_id:" + strconv.FormatInt(int64(p.UserID), 10)
|
||||
query += " uploader_id:" + strconv.FormatInt(int64(p.UserID), 10)
|
||||
}
|
||||
|
||||
if p.Status != ShowAll {
|
||||
|
|
Référencer dans un nouveau ticket