mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 17:22:56 -07:00
Fix export modal selected file format
This commit is contained in:
parent
e82ad09a8d
commit
42856e5ac8
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ DOCUMENTATION :: END
|
|||
$("#export_metadata").click(function() {
|
||||
var section_id = $('#section_id').val();
|
||||
var rating_key = $('#rating_key').val();
|
||||
var file_format = $('#file_format').val();
|
||||
var file_format = $('#file_format option:selected').val();
|
||||
|
||||
$.ajax({
|
||||
url: 'export_metadata',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue