We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01cf81e commit c68b8a4Copy full SHA for c68b8a4
src/main/discord.ts
@@ -45,7 +45,7 @@ export default class Discord {
45
46
setDiscordRPC () {
47
if (this.discord.user) {
48
- const mediaUrl = 'https://anilist.co/anime/' + this.mediaId
+ const mediaUrl = this.allowDiscordDetails ? 'https://anilist.co/anime/' + this.mediaId : 'https://hayase.watch'
49
const mediaTitle = this.allowDiscordDetails ? this.session?.title ?? 'Anime' : 'Anime'
50
const position = (this.position?.position ?? 0) * 1000
51
const duration = (this.position?.duration ?? 0) * 1000
0 commit comments