fix: scopes downloads and monitors to users
This commit is contained in:
@@ -26,7 +26,7 @@ export default class extends Controller {
|
||||
title: this.element.dataset['title'],
|
||||
filename: this.filenameValue,
|
||||
mediaType: this.mediaTypeValue,
|
||||
imdbId: this.imdbIdValue
|
||||
imdbId: this.imdbIdValue,
|
||||
})
|
||||
})
|
||||
.then(res => res.json())
|
||||
|
||||
Reference in New Issue
Block a user