mirror of
https://github.com/sakaljurgis/kodi-api-server.git
synced 2026-07-09 04:47:41 +00:00
add migrations (package, config, migrations), add exceptions filter for kodi, start VideoFiles module
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user