From 6c9dee854ace06e0636491262c809d261586a37e Mon Sep 17 00:00:00 2001 From: Fabian <-> Date: Thu, 26 Dec 2019 20:28:03 +0100 Subject: [PATCH] added first-job-id to the list of known ipp tags --- constants.go | 1 + 1 file changed, 1 insertion(+) diff --git a/constants.go b/constants.go index 2095edd..9a3c1a9 100644 --- a/constants.go +++ b/constants.go @@ -379,5 +379,6 @@ var ( "requested-attributes": TagKeyword, "requesting-user-name": TagName, "which-jobs": TagKeyword, + "first-job-id": TagInteger, } )