Improve audio video page (#975)
* remember tab value * fix locale * tips for no source file resources * add alert for no source file * improve code * clean up resources
This commit is contained in:
2
enjoy/src/types/enjoy-app.d.ts
vendored
2
enjoy/src/types/enjoy-app.d.ts
vendored
@@ -159,6 +159,7 @@ type EnjoyAppType = {
|
||||
id: string,
|
||||
params: { startTime: number; endTime: number }
|
||||
) => Promise<string>;
|
||||
cleanUp: () => Promise<void>;
|
||||
};
|
||||
videos: {
|
||||
findAll: (params: any) => Promise<VideoType[]>;
|
||||
@@ -171,6 +172,7 @@ type EnjoyAppType = {
|
||||
id: string,
|
||||
params: { startTime: number; endTime: number }
|
||||
) => Promise<string>;
|
||||
cleanUp: () => Promise<void>;
|
||||
};
|
||||
recordings: {
|
||||
findAll: (where: any) => Promise<RecordingType[]>;
|
||||
|
||||
Reference in New Issue
Block a user