Skip to content

Commit

Permalink
feat(Watch-Anime): information update visible (#9100)
Browse files Browse the repository at this point in the history
* Addition of the Watch-Anime website

* First Fix Errors Recover

* Update presence.ts

* Second Fix Errors Recover

* Real Second Fix Errors Recover

* Third Fix Errors Recover

* Fourth repair of errors

* Fifth repair of errors

* Reform of the 4th commit and try to resolve the error

* Sixth attempt at error resolution

* Seventh attempt at error resolution

* Eighth attempt to resolve error

* Ninth attempt to resolve error

* Tenth attempt to resolve the error

* Resolution of the 10th error resolution attempt

* Eleventh attempt to resolve the error

* Twelfth attempt to resolve the error

Signed-off-by: Arthur Augis <92651106+ArthurAugis@users.noreply.github.com>

* Update metadata.json after theusaf's remarks

Signed-off-by: Arthur Augis <92651106+ArthurAugis@users.noreply.github.com>

* Update metadata.json V2

Signed-off-by: Arthur Augis <92651106+ArthurAugis@users.noreply.github.com>

* Update metadata.json V3

Signed-off-by: Arthur Augis <92651106+ArthurAugis@users.noreply.github.com>

* Update presence.ts V2

Signed-off-by: Arthur Augis <92651106+ArthurAugis@users.noreply.github.com>

* Update presence.ts V3

Signed-off-by: Arthur Augis <92651106+ArthurAugis@users.noreply.github.com>

* Update presence.ts V4

Signed-off-by: Arthur Augis <92651106+ArthurAugis@users.noreply.github.com>

* Update presence.ts

Signed-off-by: Arthur Augis <92651106+ArthurAugis@users.noreply.github.com>

* Update presence.ts

Signed-off-by: Arthur Augis <92651106+ArthurAugis@users.noreply.github.com>

* Update presence.ts

Signed-off-by: Arthur Augis <92651106+ArthurAugis@users.noreply.github.com>

* Update presence.ts

Signed-off-by: Arthur Augis <92651106+ArthurAugis@users.noreply.github.com>

* Changed the visible information of Watch-Anime to be cleaner

---------

Signed-off-by: Arthur Augis <92651106+ArthurAugis@users.noreply.github.com>
Signed-off-by: TsuKiZo <156949998+xTsuKiZox@users.noreply.github.com>
Co-authored-by: TsuKiZo <tsukizooff@outlook.fr>
Co-authored-by: Arthur Augis <rainbowyyyoshi@gmail.com>
Co-authored-by: Arthur Augis <92651106+ArthurAugis@users.noreply.github.com>
Co-authored-by: MAKARYAN Raphael <contact@raphaelmakaryan.fr>
  • Loading branch information
5 people authored Jan 6, 2025
1 parent 50b6492 commit 8e252df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion websites/W/Watch-Anime/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"fr": "Watch-Anime est un site de streaming où vous pouvez regarder des animés ainsi que des films en VF et VOSTFR. Site développé par le créateur originel : rainbowyoshi | Extension Premid développée par : tsukizo"
},
"url": "watch-anime.fr",
"version": "1.0.2",
"version": "1.1.0",
"logo": "https://cdn.rcd.gg/PreMiD/websites/W/Watch-Anime/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/W/Watch-Anime/assets/thumbnail.png",
"color": "#0F0E13",
Expand Down
4 changes: 2 additions & 2 deletions websites/W/Watch-Anime/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ presence.on("UpdateData", async () => {
);

if (animeInfo) {
details = `Visite la page de l'animé : ${animeInfo.name}`;
state = `Saison ${episodeInfo.nomSaison} Épisode ${
details = `Regarde ${animeInfo.name}`;
state = `${episodeInfo.nomSaison}${
episodeInfo.nomEpisode
}${episodeInfo.nomLangue.toUpperCase()}`;
}
Expand Down

0 comments on commit 8e252df

Please sign in to comment.