feat: Update name
All checks were successful
Build Docker / BuildImage (push) Successful in 2m14s

This commit is contained in:
2025-07-08 22:54:36 +10:00
parent 43c0f83b57
commit abb0d9d916
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ def restart():
# Execute a `pkill spotifyd` command to stop the spotifyd process # Execute a `pkill spotifyd` command to stop the spotifyd process
status = os.system("pkill spotifyd") status = os.system("pkill spotifyd")
# Start with a new process # Start with a new process
os.system("spotifyd -d 'Family Room'") os.system("spotifyd -d 'Family Room Speakers'")

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nathan.Woodburn/</title> <title>Spotify | Nathan.Woodburn/</title>
<link rel="icon" href="/assets/img/favicon.png" type="image/png"> <link rel="icon" href="/assets/img/favicon.png" type="image/png">
<link rel="stylesheet" href="/assets/css/index.css"> <link rel="stylesheet" href="/assets/css/index.css">
</head> </head>