Skip to content

Commit

Permalink
chore(Sflix): update assets (#9111)
Browse files Browse the repository at this point in the history
chore: update assets

Signed-off-by: SeMiD <semid@premid.app>
  • Loading branch information
SeMiD authored Jan 6, 2025
1 parent 0bdecbc commit 55da817
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions websites/S/Sflix/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"sflix2.to",
"enorme.tv"
],
"version": "1.0.0",
"logo": "https://imgur.com/u3xBsLk.png",
"thumbnail": "https://img.sflix.to/xxrz/1300x700/100/8e/5a/8e5afb7b78cfcb3c3667504fd5830a0f/8e5afb7b78cfcb3c3667504fd5830a0f.jpeg",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/S/Sflix/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/S/Sflix/assets/thumbnail.jpeg",
"color": "#03abb8",
"category": "videos",
"tags": [
Expand All @@ -25,6 +25,8 @@
"movies",
"shows"
],
"iframe": true,
"iFrameRegExp": "megacloud[.]tube[/]embed-1[/]e-1[/]",
"settings": [
{
"id": "thumbnail",
Expand All @@ -38,7 +40,5 @@
"icon": "fad fa-user-secret",
"value": false
}
],
"iframe": true,
"iFrameRegExp": "megacloud[.]tube[/]embed-1[/]e-1[/]"
]
}
2 changes: 1 addition & 1 deletion websites/S/Sflix/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const presence = new Presence({
browsingTimestamp = Math.floor(Date.now() / 1000);

const enum Assets {
Logo = "https://imgur.com/u3xBsLk.png",
Logo = "https://cdn.rcd.gg/PreMiD/websites/S/Sflix/assets/logo.png",
}

let video = {
Expand Down

0 comments on commit 55da817

Please sign in to comment.