diff --git a/src/components/Main.vue b/src/components/Main.vue index 4719754..6c955d6 100644 --- a/src/components/Main.vue +++ b/src/components/Main.vue @@ -236,10 +236,6 @@ export default { vm.$store.dispatch('isPlaying', false) vm.$store.dispatch('isBuffering', true) }, - onloaderror() { - showError(t('radio', 'Unable to reach and play radio station')) - vm.$store.dispatch('isBuffering', false) - }, }) audioPlayer.play() audioPlayer.fade(0, vm.player.volume, 500) diff --git a/src/components/Table.vue b/src/components/Table.vue index 9f48816..4989974 100644 --- a/src/components/Table.vue +++ b/src/components/Table.vue @@ -10,49 +10,67 @@
-