Skip to content

Commit

Permalink
Update discord link to premid sub-domain (PreMiD#3685)
Browse files Browse the repository at this point in the history
* Update discord link to premid sub-domain

* Bump version
  • Loading branch information
TheGamerzs authored May 9, 2021
1 parent f4e3b3a commit 4e1e70c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
9 changes: 3 additions & 6 deletions websites/P/Plex/dist/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@
"de": "Mit Plex können Sie Ihre persönlichen Medien zusammen mit Premium-Inhalten verwalten und streamen. Genießen Sie Ihre eigenen Inhalte auf all Ihren Geräten, wo immer Sie mit Plex unterwegs sind."
},
"url": "www.plex.tv",
"version": "1.7.2",
"version": "1.7.3",
"logo": "https://i.imgur.com/FPxlGGE.png",
"thumbnail": "https://i.imgur.com/DQvN7Nx.png",
"color": "#d78c14",
"tags": [
"video",
"music"
],
"tags": ["video", "music"],
"category": "videos",
"regExp": "(([a-z0-9-]+[.])*plex[.]tv[/])|( *[/]web[/]index[.]html#)"
}
}
2 changes: 1 addition & 1 deletion websites/P/Plex/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function getTranslation(stringName: string): string {
}
default:
PMD_error(
"Unknown StringName please contact the Developer of this presence!\nYou can contact him/her in the PreMiD Discord (discord.gg/premid)"
"Unknown StringName please contact the Developer of this presence!\nYou can contact him/her in the PreMiD Discord (discord.premid.app)"
);
return "Unknown stringName";
}
Expand Down
9 changes: 3 additions & 6 deletions websites/Z/Zalando/dist/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@
"ga_IE": "Zalando | Ceannaigh bróga ar líne: Bróga ó na brandaí is fearr."
},
"url": "www.zalando.com",
"version": "1.2.6",
"version": "1.2.7",
"logo": "https://i.imgur.com/APLPI4i.png",
"thumbnail": "https://i.imgur.com/lFWmRc9.png",
"color": "#f47127",
"tags": [
"shop",
"fashion"
],
"tags": ["shop", "fashion"],
"category": "other",
"regExp": "([a-z0-9-]+[.])*zalando([.][a-z]+)+[/]"
}
}
2 changes: 1 addition & 1 deletion websites/Z/Zalando/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function getTranslation(stringName: string): string {
break;
default:
PMD_error(
"Unknown StringName please contact the Developer of this presence!\nYou can contact him/her in the PreMiD Discord (discord.gg/premid)"
"Unknown StringName please contact the Developer of this presence!\nYou can contact him/her in the PreMiD Discord (discord.premid.app)"
);
return "Unknown stringName";
break;
Expand Down

0 comments on commit 4e1e70c

Please sign in to comment.