Normalize Jarri Spooty naming
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
All notable changes to the hardened Spooty branch are documented here.
|
All notable changes to Jarri Spooty are documented here.
|
||||||
|
|
||||||
This project follows a practical chronological changelog rather than autogenerated dependency noise.
|
This project follows a practical chronological changelog rather than autogenerated dependency noise.
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
# Spooty Hardened
|
# Jarri Spooty
|
||||||
|
|
||||||
Self-hosted Spotify playlist and track downloader built with NestJS + Angular.
|
Self-hosted Spotify playlist and track downloader built with NestJS + Angular.
|
||||||
|
|
||||||
Spooty does not download audio from Spotify itself.
|
Jarri Spooty does not download audio from Spotify itself.
|
||||||
It retrieves metadata from Spotify and locates matching audio on YouTube.
|
It retrieves metadata from Spotify and locates matching audio on YouTube.
|
||||||
|
|
||||||
This hardened branch focuses on:
|
This hardened branch focuses on:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ export class AuthGuard implements CanActivate {
|
|||||||
const providedToken = this.extractToken(request);
|
const providedToken = this.extractToken(request);
|
||||||
|
|
||||||
if (providedToken !== expectedToken) {
|
if (providedToken !== expectedToken) {
|
||||||
throw new UnauthorizedException('Invalid or missing Spooty auth token');
|
throw new UnauthorizedException('Invalid or missing Jarri Spooty auth token');
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# SpootyFe
|
# Jarri Spooty Frontend
|
||||||
|
|
||||||
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.3.
|
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.3.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "SpootyFe",
|
"name": "Jarri Spooty",
|
||||||
"short_name": "SpootyFe",
|
"short_name": "Spooty",
|
||||||
"description": "Self-hosted Spotify downloader",
|
"description": "Self-hosted Spotify downloader",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>SpootyFe</title>
|
<title>Jarri Spooty</title>
|
||||||
<base href="/">
|
<base href="/">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||||
|
|||||||
Reference in New Issue
Block a user