diff --git a/MusicPlayerV2-GUI/src/stores/userStore.ts b/MusicPlayerV2-GUI/src/stores/userStore.ts index 4986d39..3471e34 100644 --- a/MusicPlayerV2-GUI/src/stores/userStore.ts +++ b/MusicPlayerV2-GUI/src/stores/userStore.ts @@ -10,7 +10,7 @@ import { defineStore } from 'pinia'; export const useUserStore = defineStore( 'user', { - state: () => ( { 'isUserAuth': false, 'hasSubscribed': false, 'isUsingKeyboard': false, 'username': '' } ), + state: () => ( { 'isUserAuth': false, 'hasSubscribed': false, 'isUsingKeyboard': false, 'username': '', 'isFOSSVersion': false } ), getters: { getUserAuthenticated: ( state ) => state.isUserAuth, getSubscriptionStatus: ( state ) => state.hasSubscribed, diff --git a/MusicPlayerV2-GUI/src/views/GetView.vue b/MusicPlayerV2-GUI/src/views/GetView.vue index d4bc684..c6c2804 100644 --- a/MusicPlayerV2-GUI/src/views/GetView.vue +++ b/MusicPlayerV2-GUI/src/views/GetView.vue @@ -11,21 +11,18 @@ GitHub -
+

Fully featured Music Player

- MusicPlayer Logo -
-
+

All the features you'd expect a Music Player to have are also present here

+

Apple Music integration

- MusicPlayer Logo -
-
+

Use MusicPlayer in conjunction with Apple Music

+

Share your playlist

- MusicPlayer Logo -
-
+

You can share your playlist on a beautifully animated public page, so that other people can join in and view your playlist

+

Fully browser based

- MusicPlayer Logo +

No installation required when using MusicPlayer on music.janishutz.com