fix: uses correct title for directory name
This commit is contained in:
@@ -23,7 +23,7 @@ export default class extends Controller {
|
||||
},
|
||||
body: JSON.stringify({
|
||||
url: this.urlValue,
|
||||
title: this.titleValue,
|
||||
title: this.element.dataset['title'],
|
||||
filename: this.filenameValue,
|
||||
mediaType: this.mediaTypeValue,
|
||||
imdbId: this.imdbIdValue
|
||||
|
||||
Reference in New Issue
Block a user