generated from nathanwoodburn/python-webserver-template
This commit is contained in:
@@ -86,7 +86,7 @@ def restart():
|
||||
# Execute a `pkill spotifyd` command to stop the spotifyd process
|
||||
status = os.system("pkill spotifyd")
|
||||
# Start with a new process
|
||||
os.system("spotifyd -d 'Family Room'")
|
||||
os.system("spotifyd -d 'Family Room Speakers'")
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<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="stylesheet" href="/assets/css/index.css">
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user