fix #955
This commit is contained in:
parent
1eb4c4f622
commit
232593b118
2 changed files with 3 additions and 2 deletions
|
@ -828,7 +828,8 @@ const app = new Vue({
|
||||||
user: `${user.username}#${user.discriminator}`,
|
user: `${user.username}#${user.discriminator}`,
|
||||||
userid: user.id
|
userid: user.id
|
||||||
}));
|
}));
|
||||||
}
|
}})
|
||||||
|
|
||||||
ipcRenderer.on('getUpdatedLocalList', (event,data) => {
|
ipcRenderer.on('getUpdatedLocalList', (event,data) => {
|
||||||
console.log("cider-local",data);
|
console.log("cider-local",data);
|
||||||
this.library.localsongs = data;
|
this.library.localsongs = data;
|
||||||
|
|
|
@ -80,7 +80,7 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<div class="playlist-controls" v-observe-visibility="{callback: isHeaderVisible}">
|
<div class="playlist-controls" v-observe-visibility="{callback: isHeaderVisible}" style="z-index: 20;">
|
||||||
<button class="md-btn md-btn-primary md-btn-icon" style="min-width: 100px;"
|
<button class="md-btn md-btn-primary md-btn-icon" style="min-width: 100px;"
|
||||||
@click="app.mk.shuffleMode = 0; play()"><img class="md-ico-play">
|
@click="app.mk.shuffleMode = 0; play()"><img class="md-ico-play">
|
||||||
{{app.getLz('term.play')}}
|
{{app.getLz('term.play')}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue