Enabled limiting consecutive skips enabled by default

This commit is contained in:
undefiened 2024-07-14 19:52:35 +02:00
parent fabdc4a6db
commit ccab8eaa50
1 changed files with 8 additions and 0 deletions

View File

@ -128,6 +128,14 @@
"id": "mediacontrol",
"enabled": true,
"version": "0.0.1"
},
{
"id": "limitconsecutiveskipping",
"enabled": true,
"version": "0.0.1",
"settings": {
"number_of_allowed_skips_in_a_row": 2
}
}
]
}