mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Add /api/thumbnail/[id]
This commit is contained in:
8
server/status.ts
Normal file
8
server/status.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type StatusData = {
|
||||
ffmpeg_binary_enabled: boolean;
|
||||
meilisearch_enabled: boolean;
|
||||
meilisearch?: {
|
||||
host: string;
|
||||
key: string;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user