mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-06 17:49:16 +00:00
api: getLabels: return converted label ids
This commit is contained in:
@@ -430,7 +430,7 @@ class API extends Handler {
|
||||
}
|
||||
|
||||
array_push($rv, array(
|
||||
"id" => (int)$line['id'],
|
||||
"id" => (int)label_to_feed_id($line['id']),
|
||||
"caption" => $line['caption'],
|
||||
"fg_color" => $line['fg_color'],
|
||||
"bg_color" => $line['bg_color'],
|
||||
|
||||
Reference in New Issue
Block a user