Now also has size of the existing file.
This commit is contained in:
@@ -7,7 +7,7 @@ class Movie {
|
||||
this.release_date = undefined;
|
||||
this.summary = undefined;
|
||||
this.rating = undefined;
|
||||
this.poster = undefined;
|
||||
this.poster_path = undefined;
|
||||
this.background = undefined;
|
||||
this.genre = undefined;
|
||||
this.date_added = undefined;
|
||||
@@ -18,4 +18,4 @@ class Movie {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Movie;
|
||||
module.exports = Movie;
|
||||
|
||||
Reference in New Issue
Block a user