Complete rebrand to lydstyrke
This commit is contained in:
parent
180721088c
commit
ba3e38c081
4 changed files with 5 additions and 5 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "lytter",
|
||||
"name": "lydstyrke",
|
||||
"version": "0.0.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "lytter",
|
||||
"name": "lydstyrke",
|
||||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"@radix-ui/react-icons": "^1.3.0",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "lytter",
|
||||
"name": "lydstyrke",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -8,7 +8,7 @@ export module OpenSubsonic {
|
|||
let salt = "";
|
||||
export let base = "https://music.neshweb.net";
|
||||
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}[] = []) {
|
||||
const apiPath = getApiUrl(path, parameters);
|
||||
|
|
|
@ -223,7 +223,7 @@
|
|||
</script>
|
||||
|
||||
<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" />
|
||||
</svelte:head>
|
||||
|
||||
|
|
Loading…
Reference in a new issue