mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix m3u path picker
This commit is contained in:
parent
756de28bbf
commit
2cc895eff5
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
|||
includeFiles: true,
|
||||
callback: function (path) {
|
||||
if (path) {
|
||||
$('#txtDevicePath', page).val(path);
|
||||
$('.txtDevicePath', page).val(path);
|
||||
}
|
||||
picker.close();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue