fix locale in now playing
This commit is contained in:
parent
58652594bc
commit
bed6548fc1
7 changed files with 19 additions and 14 deletions
|
@ -534,7 +534,7 @@
|
|||
|
||||
let query = (this.data ?? app.showingPlaylist).relationships.tracks.data.map(item => new MusicKit.MediaItem(item));
|
||||
app.mk.stop().then(function () {
|
||||
app.mk.setQueue({[truekind]: [id]}).then(function () {
|
||||
app.mk.setQueue({[truekind]: [id] , parameters : {l : app.mklang}}).then(function () {
|
||||
app.mk.play().then(function () {
|
||||
if (query.length > 100) {
|
||||
let u = query.slice(100);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue