diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f58739..23ad935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ [234](https://git.project-insanity.org/onny/nextcloud-app-radio/-/issues/234) @onny - Move menuState and volumeState into localStorage [236](https://git.project-insanity.org/onny/nextcloud-app-radio/-/issues/236) @onny +- Create seperate store modules for player, favorites and recent + [239](https://git.project-insanity.org/onny/nextcloud-app-radio/-/issues/239) @onny ## 1.0.1 - 2020-12 ### Added diff --git a/src/App.vue b/src/App.vue index d2d04ad..06b500e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -23,3 +23,18 @@ + + diff --git a/src/components/Table.vue b/src/components/Table.vue index b5a51fd..891c385 100644 --- a/src/components/Table.vue +++ b/src/components/Table.vue @@ -42,9 +42,9 @@ class="stationIcon" width="32" height="32" - :hash="station.blurHash" + :hash="station.blurHash || 'L1TSUA?bj[?b~qfQfQj[ayfQfQfQ'" :src="station.favicon" /> - + @@ -54,14 +54,14 @@ {{ t('radio', 'Add to favorites') }} @@ -100,6 +100,7 @@ + +