|
@@ -9,7 +9,7 @@ module.exports = class ThumbnailGenerator extends Plugin {
|
|
constructor (uppy, opts) {
|
|
constructor (uppy, opts) {
|
|
super(uppy, opts)
|
|
super(uppy, opts)
|
|
this.type = 'thumbnail'
|
|
this.type = 'thumbnail'
|
|
- this.id = 'ThumbnailGenerator'
|
|
|
|
|
|
+ this.id = this.opts.id || 'ThumbnailGenerator'
|
|
this.title = 'Thumbnail Generator'
|
|
this.title = 'Thumbnail Generator'
|
|
this.queue = []
|
|
this.queue = []
|
|
this.queueProcessing = false
|
|
this.queueProcessing = false
|