diff --git a/src/store/actions.js b/src/store/actions.js index e0218cc..83c0666 100644 --- a/src/store/actions.js +++ b/src/store/actions.js @@ -156,7 +156,8 @@ export default { }, fetchCloudDisk: ({ commit }) => { if (!isAccountLoggedIn()) return; - return cloudDisk().then(result => { + // FIXME: #1242 + return cloudDisk({ limit: 1000 }).then(result => { if (result.data) { commit('updateLikedXXX', { name: 'cloudDisk',