mirror of
https://github.com/anatolykopyl/movieroom-front.git
synced 2026-03-26 21:05:21 +00:00
Request based on filename
This commit is contained in:
@@ -3,6 +3,7 @@ export interface Room {
|
||||
magnet: string;
|
||||
createdAt: Date;
|
||||
movie?: string;
|
||||
filename?: string;
|
||||
downloaded?: boolean;
|
||||
downloadedAt?: Date;
|
||||
position: number;
|
||||
|
||||
Reference in New Issue
Block a user