1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-27 23:06:29 -04:00

New: Renamed Blacklist to Blocklist

This commit is contained in:
Robin Dadswell
2021-07-08 23:27:23 +01:00
committed by Mark McDowall
parent 2f6409226a
commit ead1371846
39 changed files with 405 additions and 305 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import * as addSeries from './addSeriesActions';
import * as app from './appActions';
import * as blacklist from './blacklistActions';
import * as blocklist from './blocklistActions';
import * as calendar from './calendarActions';
import * as captcha from './captchaActions';
import * as customFilters from './customFilterActions';
@@ -31,7 +31,7 @@ import * as wanted from './wantedActions';
export default [
addSeries,
app,
blacklist,
blocklist,
calendar,
captcha,
commands,