mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
remove remaining traces of hard coded Routes enum
+ fix play from album card
This commit is contained in:
committed by
Mungai Njoroge
parent
7f344b51db
commit
fd863d188c
@@ -44,8 +44,9 @@ import { paths } from "../../config";
|
||||
import { Album } from "../../interfaces";
|
||||
import PlayBtn from "./PlayBtn.vue";
|
||||
|
||||
import { playSources, Routes } from "@/composables/enums";
|
||||
import { playSources } from "@/composables/enums";
|
||||
import useAlbumStore from "@/stores/pages/album";
|
||||
import { Routes } from "@/router/routes";
|
||||
|
||||
const imguri = paths.images.thumb.large;
|
||||
defineProps<{
|
||||
|
||||
@@ -34,7 +34,7 @@ import { Routes } from "@/router/routes";
|
||||
|
||||
const props = defineProps<{
|
||||
artists: Artist[] | null;
|
||||
albumartists: string | null;
|
||||
albumartists: Artist[] | null;
|
||||
small?: boolean;
|
||||
smaller?: boolean;
|
||||
}>();
|
||||
|
||||
Reference in New Issue
Block a user