Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian fffd54995d 1.205.10 2022-01-29 17:13:13 +01:00
DebaucheryLibrarian 5302176f0b Re-added channel count to networks page. 2022-01-29 17:13:09 +01:00
3 changed files with 6 additions and 3 deletions

View File

@ -192,6 +192,9 @@ function initEntitiesActions(store, router) {
url
independent
hasLogo
children: childEntitiesConnection {
totalCount
}
}
}
`, {

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.205.9",
"version": "1.205.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.205.9",
"version": "1.205.10",
"license": "ISC",
"dependencies": {
"@casl/ability": "^5.2.2",

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.205.9",
"version": "1.205.10",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {