Skip to content

Commit

Permalink
rss plugin: add to favorites using case insensitive mode (#2754)
Browse files Browse the repository at this point in the history
  • Loading branch information
koblack authored Oct 24, 2024
1 parent 5cbd69f commit 51b034f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/rss/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ theWebUI.loadFiltersWithAdditions = function( flt )
ret = ret + "\\";
ret+=c;
}
return(ret+"$/");
return(ret+"$/i");
}

var additions = [];
Expand Down

0 comments on commit 51b034f

Please sign in to comment.