Ran formatter
This commit is contained in:
parent
31ffd0d185
commit
139cf8388c
1 changed files with 4 additions and 4 deletions
|
|
@ -23,17 +23,17 @@ export interface MediaDbPluginSettings {
|
|||
movie: boolean,
|
||||
series: boolean,
|
||||
game: boolean
|
||||
};
|
||||
};
|
||||
MALAPI: {
|
||||
movie: boolean,
|
||||
series: boolean
|
||||
};
|
||||
};
|
||||
SteamAPI: {
|
||||
game: boolean
|
||||
};
|
||||
};
|
||||
MobyGamesAPI: {
|
||||
game: boolean
|
||||
};
|
||||
};
|
||||
movieTemplate: string;
|
||||
seriesTemplate: string;
|
||||
mangaTemplate: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue