refactor interfaces and references

This commit is contained in:
geoffrey45
2022-11-30 20:27:44 +03:00
committed by Mungai Njoroge
parent 4a49d48011
commit 6d8a9f880b
44 changed files with 195 additions and 171 deletions
+4 -4
View File
@@ -34,7 +34,7 @@
</div>
<ArtistName
:artists="queue.currenttrack?.artist || []"
:albumartist="
:albumartists="
queue.currenttrack?.albumartist || 'Welcome to alice'
"
class="artist"
@@ -63,14 +63,14 @@
</template>
<script setup lang="ts">
import { Routes } from "@/composables/enums";
import { paths } from "@/config";
import { formatSeconds } from "@/utils";
import { Routes } from "@/composables/enums";
import useQStore from "@/stores/queue";
import ArtistName from "@/components/shared/ArtistName.vue";
import HotKeys from "@/components/LeftSidebar/NP/HotKeys.vue";
import Progress from "@/components/LeftSidebar/NP/Progress.vue";
import ArtistName from "@/components/shared/ArtistName.vue";
import useQStore from "@/stores/queue";
import HeartSvg from "@/assets/icons/heart.svg";
// import PlusSvg from "@/assets/icons/plus.svg";