mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-07 06:40:54 +00:00
4.20.13
* Fixed: Bug with Channel Title profile rules after the latest update causing FFZ to not load correctly.
This commit is contained in:
parent
5b76e7c22a
commit
75d57c3402
2 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "frankerfacez",
|
"name": "frankerfacez",
|
||||||
"author": "Dan Salvato LLC",
|
"author": "Dan Salvato LLC",
|
||||||
"version": "4.20.12",
|
"version": "4.20.13",
|
||||||
"description": "FrankerFaceZ is a Twitch enhancement suite.",
|
"description": "FrankerFaceZ is a Twitch enhancement suite.",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -321,9 +321,6 @@ export const Title = {
|
||||||
return () => false;
|
return () => false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( ! safety(title) )
|
|
||||||
return () => false;
|
|
||||||
|
|
||||||
let regex;
|
let regex;
|
||||||
try {
|
try {
|
||||||
regex = new RegExp(title, `g${config.sensitive ? '' : 'i'}`);
|
regex = new RegExp(title, `g${config.sensitive ? '' : 'i'}`);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue