auto language on oobe

This commit is contained in:
Core 2022-09-16 19:12:16 +01:00
parent cf60a6ef06
commit a81ff286bb
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0
2 changed files with 1 additions and 2 deletions

View file

@ -1502,7 +1502,7 @@ const app = new Vue({
}
}
this.library.backgroundNotification.message = "Building playlist cache...";
this.library.backgroundNotification.message = app.getLz("notification.buildingPlaylistCache");
this.library.backgroundNotification.show = true;
async function deepScan(parent = "p.playlistsroot") {