0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 12:02:48 +00:00

Add Page Count to the Google brew update function

This commit is contained in:
G.Ambatte
2021-09-11 09:41:23 +12:00
parent e070601b28
commit fbf1bbbf99

View File

@@ -163,6 +163,7 @@ GoogleActions = {
version : brew.version,
renderer : brew.renderer,
tags : brew.tags,
pageCount : brew.pageCount,
systems : brew.systems.join()
}
},