Now also has size of the existing file.

This commit is contained in:
2018-02-05 13:41:41 +01:00
parent 0c3ad3a95e
commit bd0c7b8ab5
3 changed files with 16 additions and 7 deletions

View File

@@ -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;