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",
|
"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",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "lytter",
|
"name": "lydstyrke",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue