mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Changed logo that appears when linked
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
<meta charset="UTF-8"/>
|
<meta charset="UTF-8"/>
|
||||||
<meta name="theme-color" content="#2D2D2D" />
|
<meta name="theme-color" content="#2D2D2D" />
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||||
<meta property="og:image" content="/static/images/highlogo.png" />
|
<meta property="og:image" content="/static/images/favicon.png" />
|
||||||
<meta property="og:title" content="Zöff"/>
|
<meta property="og:title" content="Zöff"/>
|
||||||
<meta property="og:description" content="The Shared (free) YouTube radio. Being built around the YouTube search and video API it enables the creation of collaborative and shared live playlists, with billions of videos and songs to choose from, all for free and without registration. Enjoy!"/>
|
<meta property="og:description" content="The Shared (free) YouTube radio. Being built around the YouTube search and video API it enables the creation of collaborative and shared live playlists, with billions of videos and songs to choose from, all for free and without registration. Enjoy!"/>
|
||||||
<meta property="og:type" content="website"/>
|
<meta property="og:type" content="website"/>
|
||||||
|
|||||||
2
static/dist/main.min.js
vendored
2
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -51,7 +51,7 @@ var Hostcontroller = {
|
|||||||
}else if(arr[0] == "pause")
|
}else if(arr[0] == "pause")
|
||||||
Youtube.ytplayer.pauseVideo()
|
Youtube.ytplayer.pauseVideo()
|
||||||
else if(arr[0] == "play")
|
else if(arr[0] == "play")
|
||||||
YouTubeytplayer.playVideo();
|
YouTube.ytplayer.playVideo();
|
||||||
else if(arr[0] == "skip")
|
else if(arr[0] == "skip")
|
||||||
List.skip();
|
List.skip();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user