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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user