Merge pull request #603 from undefiened/make_limit_consecutive_skips_enabled_by_default

Enabled limiting consecutive skips enabled by default
This commit is contained in:
Archisman Panigrahi 2024-07-14 16:01:10 -04:00 committed by GitHub
commit ed64041354
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
}
}
]
}