From d1af0ffbfda9599c30472d2dcab69e598cb83f35 Mon Sep 17 00:00:00 2001 From: anaskhan28 Date: Sat, 7 Oct 2023 11:47:05 +0530 Subject: [PATCH 1/2] added Modern Family TV Show --- data/tv.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/tv.js b/data/tv.js index e62aec71..44afbc19 100644 --- a/data/tv.js +++ b/data/tv.js @@ -407,5 +407,13 @@ const emojiTv = [ genres: ["sci-fi", "drama", "mystery"], type: "tv", year: 1993 + }, + { + title: "Modern Family", + emojiImgs: "๐Ÿ ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ๐Ÿ“บ", + genres: ["comedy", "drama", "romance"], + itemLink: "https://www.imdb.com/title/tt1442437/", + type: "tv", + year: 2009 } ]; From e4456f24464717c213acb42e758d5a150ab10648 Mon Sep 17 00:00:00 2001 From: anaskhan28 Date: Sat, 7 Oct 2023 11:51:23 +0530 Subject: [PATCH 2/2] added Modern Family TV Show --- data/tv.js | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/data/tv.js b/data/tv.js index 44afbc19..dd103058 100644 --- a/data/tv.js +++ b/data/tv.js @@ -214,7 +214,16 @@ const emojiTv = [ itemLink: "https://www.imdb.com/title/tt1199099/", type: "tv", year: 2008 - }, { + }, + { + title: "Modern Family", + emojiImgs: "๐Ÿ ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ๐Ÿ“บ", + genres: ["comedy", "drama", "romance"], + itemLink: "https://www.imdb.com/title/tt1442437/", + type: "tv", + year: 2009 + }, + { title: "Mr.Robot", emojiImgs: "๐Ÿ‘จโ€๐Ÿ’ป๐Ÿค–โš”๏ธ๐Ÿ˜ˆ", genres: ["crime", "drama", "thriller"], @@ -407,13 +416,6 @@ const emojiTv = [ genres: ["sci-fi", "drama", "mystery"], type: "tv", year: 1993 - }, - { - title: "Modern Family", - emojiImgs: "๐Ÿ ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ๐Ÿ“บ", - genres: ["comedy", "drama", "romance"], - itemLink: "https://www.imdb.com/title/tt1442437/", - type: "tv", - year: 2009 } + ];