fix(webui): dashboard could show no data while still loading

This commit is contained in:
Gauthier Roebroeck 2021-09-08 12:02:25 +08:00
parent 4568914ef7
commit 16c35ab6ff

View file

@ -236,7 +236,7 @@ export default Vue.extend({
id: this.libraryId, id: this.libraryId,
route: LIBRARY_ROUTE.RECOMMENDED, route: LIBRARY_ROUTE.RECOMMENDED,
}) })
this.reload() this.loadAll(this.libraryId)
}, },
props: { props: {
libraryId: { libraryId: {