Complete rebrand to lydstyrke

This commit is contained in:
Neshura 2024-04-23 16:13:21 +02:00
parent 180721088c
commit ba3e38c081
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
4 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View file

@ -1,11 +1,11 @@
{ {
"name": "lytter", "name": "lydstyrke",
"version": "0.0.1", "version": "0.0.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "lytter", "name": "lydstyrke",
"version": "0.0.1", "version": "0.0.1",
"dependencies": { "dependencies": {
"@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-icons": "^1.3.0",

View file

@ -1,5 +1,5 @@
{ {
"name": "lytter", "name": "lydstyrke",
"version": "0.0.1", "version": "0.0.1",
"private": true, "private": true,
"scripts": { "scripts": {

View file

@ -8,7 +8,7 @@ export module OpenSubsonic {
let salt = ""; let salt = "";
export let base = "https://music.neshweb.net"; export let base = "https://music.neshweb.net";
const apiVer = "1.16.1"; // Version supported by Navidrome. Variable for easier updating const apiVer = "1.16.1"; // Version supported by Navidrome. Variable for easier updating
const clientName = "Lytter"; const clientName = "Lydstyrke";
export async function get(path: string, parameters: {parameter: string, value: string}[] = []) { export async function get(path: string, parameters: {parameter: string, value: string}[] = []) {
const apiPath = getApiUrl(path, parameters); const apiPath = getApiUrl(path, parameters);

View file

@ -223,7 +223,7 @@
</script> </script>
<svelte:head> <svelte:head>
<title>Lytter - {currentSong.data.title}({currentSong.data.artist})</title> <title>Lydstyrke - {currentSong.data.title}({currentSong.data.artist})</title>
<meta name="robots" content="noindex nofollow" /> <meta name="robots" content="noindex nofollow" />
</svelte:head> </svelte:head>