add migrations (package, config, migrations), add exceptions filter for kodi, start VideoFiles module

This commit is contained in:
Jurgis Sakalauskas
2023-01-03 10:58:33 +02:00
parent 2fb78b61c4
commit 9cf70326af
27 changed files with 295 additions and 69 deletions
+4 -4
View File
@@ -4,10 +4,10 @@ export default class ApiResponse {
items: Array<ResponseItem> = [];
content = 'videos';
updateList = true;
category: string;
play: string;
msgBoxOK: string;
nosort: boolean;
category: string | undefined;
play: string | undefined;
msgBoxOK: string | undefined;
nosort: boolean | undefined;
setTitle(title) {
this.category = title;