diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-09 08:13:34 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-09 08:13:34 +0900 |
| commit | 60ef3e3563c95008bde52818a7d638d1d8ff9b19 (patch) | |
| tree | 085539a945faa4fe4105f82f65e5d320ea542b03 /src/client/app/common/views/widgets/slideshow.vue | |
| parent | Clean up (diff) | |
| download | misskey-60ef3e3563c95008bde52818a7d638d1d8ff9b19.tar.gz misskey-60ef3e3563c95008bde52818a7d638d1d8ff9b19.tar.bz2 misskey-60ef3e3563c95008bde52818a7d638d1d8ff9b19.zip | |
Refactor & Clean up
Diffstat (limited to 'src/client/app/common/views/widgets/slideshow.vue')
| -rw-r--r-- | src/client/app/common/views/widgets/slideshow.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/widgets/slideshow.vue b/src/client/app/common/views/widgets/slideshow.vue index abe56cd6f3..6890481724 100644 --- a/src/client/app/common/views/widgets/slideshow.vue +++ b/src/client/app/common/views/widgets/slideshow.vue @@ -101,7 +101,7 @@ export default define({ fetch() { this.fetching = true; - (this as any).api('drive/files', { + this.$root.api('drive/files', { folderId: this.props.folder, type: 'image/*', limit: 100 |