fix album search

- convert strings to lowercase before search
This commit is contained in:
geoffrey45
2022-03-08 09:25:07 +03:00
parent 25f79d8a20
commit c3059d502c
7 changed files with 30 additions and 14 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
></div>
<div class="play shadow-lg image"></div>
</div>
<div class="title ellip">{{ album.name }}</div>
<div class="title ellip">{{ album.album }}</div>
<div class="artistsx ellipsis">{{ album.artist }}</div>
</router-link>
</template>