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 @@ - - - - - - - - {{ station.name }} - - - - - - {{ t('radio', 'Add to favorites') }} - - - {{ t('radio', 'Remove from favorites') }} - - - {{ t('radio', 'Details') }} - - - - + + @@ -151,6 +169,13 @@ table { background-repeat: no-repeat; border-bottom: 1px solid var(--color-border); cursor: pointer; + + span.icon-folder { + display: block; + background-size: cover; + width: 30px; + height: 30px; + } } tr {