add channel overwrite mappings to index

This commit is contained in:
Simon
2024-07-06 16:49:36 +02:00
parent 1fcea860c8
commit c9007431bf

View File

@@ -75,6 +75,15 @@
}, },
"integrate_sponsorblock": { "integrate_sponsorblock": {
"type": "boolean" "type": "boolean"
},
"subscriptions_channel_size": {
"type": "long"
},
"subscriptions_live_channel_size": {
"type": "long"
},
"subscriptions_shorts_channel_size": {
"type": "long"
} }
} }
} }
@@ -169,6 +178,15 @@
}, },
"integrate_sponsorblock": { "integrate_sponsorblock": {
"type": "boolean" "type": "boolean"
},
"subscriptions_channel_size": {
"type": "long"
},
"subscriptions_live_channel_size": {
"type": "long"
},
"subscriptions_shorts_channel_size": {
"type": "long"
} }
} }
} }