diff --git a/aircox/templates/aircox/widgets/player.html b/aircox/templates/aircox/widgets/player.html
index 856512f..6eb3203 100644
--- a/aircox/templates/aircox/widgets/player.html
+++ b/aircox/templates/aircox/widgets/player.html
@@ -28,7 +28,7 @@ The audio player
-
+
♬
[[ onAir.title ]]
@@ -39,14 +39,14 @@ The audio player
-
- {{ station.name }}
+ {{ station.name }}
diff --git a/assets/public/player.vue b/assets/public/player.vue
index 5fcacdb..ff6ad72 100644
--- a/assets/public/player.vue
+++ b/assets/public/player.vue
@@ -83,7 +83,7 @@ export default {
},
toggle() {
- console.log('tooogle', this.paused, '-', this.$refs.audio.src)
+ console.log('tooogle', this.paused, '-', this.$refs.audio.src)
if(this.paused)
this.play()
else