Skip to content

Commit

Permalink
Use remastered episode for Georgie's animal quest (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjeweb authored Mar 28, 2024
1 parent c476e72 commit 1c81e2c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alveusgg/data",
"version": "0.31.0",
"version": "0.32.0",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions src/animal-quest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@ const animalQuest: Readonly<AnimalQuest[]> = [
},
{
video: {
id: 1252271923,
start: "00h00m59s",
id: 2104220666, // Original: 1252271923
start: "00h23m00s",
},
edition: "African Bullfrog Edition",
description:
"Get to know Georgie, Alveus' African Bullfrog ambassador, and learn about the threats amphibians face in the wild, such as the wildlife trade, habitat loss due to climate change, absorbing pollutants through their skin, and chytrid fungus.",
broadcast: new Date("2022-01-03"),
broadcast: new Date("2024-03-28"),
host: "maya",
length: 60 * 60 + 11 * 60 + 53, // 00:00:59 - 01:12:42
length: 51 * 60 + 57, // 00:23:00 - 01:14:57
prezi: "Ke6vGrrEBdsbIO5gDY01",
ambassadors: {
featured: ["georgie"],
Expand Down

0 comments on commit 1c81e2c

Please sign in to comment.