Fully rename Pixeldrain to Nova

This commit is contained in:
2026-06-10 23:53:03 +02:00
parent 3c13cd1a14
commit 7b24a9d8cf
95 changed files with 321 additions and 1989 deletions

View File

@@ -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",
});
}

View File

@@ -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>

View File

@@ -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")