Finalize the finalize the finalize (I swear its finalized)

This commit is contained in:
Maikiwi 2022-01-24 23:15:15 -08:00
parent 2eb8985245
commit 946c235a58
17 changed files with 94 additions and 94 deletions

View file

@ -3,7 +3,7 @@
<div class="modal-fullscreen addtoplaylist-panel" @click.self="app.resetState()" @contextmenu.self="app.resetState()">
<div class="modal-window">
<div class="modal-header">
<div class="modal-title">{{$root.getLz('action.addToLibrary')}}</div>
<div class="modal-title">{{app.getLz('action.addToLibrary')}}</div>
<button class="close-btn" @click="app.resetState()"></button>
</div>
<div class="modal-content">
@ -21,7 +21,7 @@
ref="searchInput"
style="width:100%;"
spellcheck="false"
:placeholder="$root.getLz('term.search') + '...'"
:placeholder="app.getLz('term.search') + '...'"
v-model="searchQuery"
@input="search()"
class="search-input">