diff --git a/src/components/pages/Favorites.vue b/src/components/pages/Favorites.vue index 55a5d7b..5e849e6 100644 --- a/src/components/pages/Favorites.vue +++ b/src/components/pages/Favorites.vue @@ -24,10 +24,10 @@
-
+

{{ $t('favorites.noPlaylists') }}

-
+
@@ -255,6 +255,7 @@ export default defineComponent({ switch (tab) { case 'playlist': toDownload = this.playlists + toDownload += this.spotifyPlaylists break case 'album': toDownload = this.albums