setup artist discography page

This commit is contained in:
geoffrey45
2022-12-12 13:18:05 +03:00
committed by Mungai Njoroge
parent fd863d188c
commit 35a8446f8b
10 changed files with 189 additions and 45 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ import { Routes } from "@/router/routes";
const props = defineProps<{
artists: Artist[] | null;
albumartists: Artist[] | null;
albumartists: Artist[] | string | null;
small?: boolean;
smaller?: boolean;
}>();