mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
fix album search
- convert strings to lowercase before search
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<div class="topnav rounded">
|
||||
<div class="left">
|
||||
<div class="btn">
|
||||
<!-- <div class="btn">
|
||||
<PlayBtn />
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="info">
|
||||
<div class="title">The Queen of Soul</div>
|
||||
<div class="title">Album</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="center"></div>
|
||||
@@ -15,6 +15,7 @@
|
||||
|
||||
<script setup>
|
||||
import PlayBtn from '../shared/PlayBtn.vue';
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
|
||||
Reference in New Issue
Block a user