mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-03-11 18:05:33 +00:00
This commit is contained in:
parent
43d5bc5224
commit
8d71c5bff3
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ui",
|
||||
"version": "6.4.157",
|
||||
"version": "6.4.158",
|
||||
"license": "BUSL-1.1",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.15.5",
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ export class W2GClient extends EventEmitter<{index: [number], player: [PlayerSta
|
|||
peers = writable<PeerList>({ [this.self.id]: { user: this.self } })
|
||||
|
||||
get inviteLink () {
|
||||
return `https://hayas.ee/w2g/${this.code}`
|
||||
return `https://hayase.watch/w2g/${this.code}`
|
||||
}
|
||||
|
||||
constructor (code: string, isHost: boolean, media?: MediaState) {
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
native.share({
|
||||
title: `Watch on Hayase - ${media.title?.romaji ?? ''}`,
|
||||
text: desc(media),
|
||||
url: `https://hayas.ee/anime/${media.id}`
|
||||
url: `https://hayase.watch/anime/${media.id}`
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue