mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
changes:
- added shuffle/save/clear to queue - custom piped api (1/2 #154) - track numbers for songs in album/playlist (see #147) - use dash if managed mse is available - store artist name for local playlist
This commit is contained in:
parent
d1592eef0c
commit
129f14c64f
13 changed files with 541 additions and 452 deletions
|
@ -25,8 +25,8 @@ const Genres = defineAsyncComponent(() => import('@/components/Genres.vue')),
|
|||
Charts = defineAsyncComponent(() => import('@/components/Charts.vue')),
|
||||
Library = defineAsyncComponent(() => import('@/components/Library.vue')),
|
||||
Prefs = defineAsyncComponent(() => import('@/components/Prefs.vue')),
|
||||
RestorePrefs = defineAsyncComponent(() =>
|
||||
import('@/components/RestorePrefs.vue'),
|
||||
RestorePrefs = defineAsyncComponent(
|
||||
() => import('@/components/RestorePrefs.vue'),
|
||||
);
|
||||
|
||||
/* Composables */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue