Request based on filename

This commit is contained in:
2021-12-30 19:57:06 +03:00
parent 52d8664134
commit 307f92e4f7
2 changed files with 4 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ export interface Room {
magnet: string;
createdAt: Date;
movie?: string;
filename?: string;
downloaded?: boolean;
downloadedAt?: Date;
position: number;