Fully rename Pixeldrain to Nova
This commit is contained in:
@@ -32,7 +32,7 @@ export const update = async () => {
|
||||
if (media_session) {
|
||||
navigator.mediaSession.metadata = new MediaMetadata({
|
||||
title: nav.base.name,
|
||||
artist: "pixeldrain",
|
||||
artist: "Nova",
|
||||
album: "unknown",
|
||||
});
|
||||
}
|
||||
|
||||
@@ -126,7 +126,7 @@ let magnet = $state("")
|
||||
instructions for your torrent client to download the files from
|
||||
other people who happen to be downloading the same files currently.
|
||||
This means that instead of connecting to a single server (like
|
||||
pixeldrain), you will be connecting to other people on the internet
|
||||
Nova), you will be connecting to other people on the internet
|
||||
to download these files.
|
||||
</p>
|
||||
<p>
|
||||
|
||||
@@ -24,7 +24,7 @@ export const update = async () => {
|
||||
if (media_session) {
|
||||
navigator.mediaSession.metadata = new MediaMetadata({
|
||||
title: node.name,
|
||||
artist: "pixeldrain",
|
||||
artist: "Nova",
|
||||
album: "unknown",
|
||||
});
|
||||
console.debug("Updating media session")
|
||||
|
||||
Reference in New Issue
Block a user