diff --git a/changes/changelog.d/275.bugfix b/changes/changelog.d/275.bugfix new file mode 100644 index 0000000000000000000000000000000000000000..612d382a9447800a1e1fd92a139b5b5b939c30b8 --- /dev/null +++ b/changes/changelog.d/275.bugfix @@ -0,0 +1 @@ +Removed hardcoded size limit in file upload widget (#275) diff --git a/front/src/components/library/import/FileUpload.vue b/front/src/components/library/import/FileUpload.vue index 7aa8adac0f00f72c9724603095977b6797aa4ea9..48ca0ad84adf41744303ed363d070e34daaed2bd 100644 --- a/front/src/components/library/import/FileUpload.vue +++ b/front/src/components/library/import/FileUpload.vue @@ -9,7 +9,6 @@ :class="['ui', 'icon', 'left', 'floated', 'button']" :post-action="uploadUrl" :multiple="true" - :size="1024 * 1024 * 30" :data="uploadData" :drop="true" extensions="ogg,mp3,flac"