Changed logo that appears when linked

This commit is contained in:
Kasper Rynning-Tønnesen
2016-02-10 12:48:02 +01:00
parent 29ae6a2427
commit f6ce377161
3 changed files with 3 additions and 3 deletions

View File

@@ -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"/>

File diff suppressed because one or more lines are too long

View File

@@ -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();
} }