Fixed: List UI Revamp

This commit is contained in:
Qstick
2020-06-09 01:51:23 -04:00
parent 2d59192a9e
commit 6802bfc736
75 changed files with 2095 additions and 738 deletions

View File

@@ -5,6 +5,7 @@ import * as calendar from './calendarActions';
import * as captcha from './captchaActions';
import * as customFilters from './customFilterActions';
import * as commands from './commandActions';
import * as discoverMovie from './discoverMovieActions';
import * as movieFiles from './movieFileActions';
import * as extraFiles from './extraFileActions';
import * as history from './historyActions';
@@ -33,6 +34,7 @@ export default [
captcha,
commands,
customFilters,
discoverMovie,
movieFiles,
extraFiles,
history,