fix m3u path picker
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
includeFiles: true,
|
||||
callback: function (path) {
|
||||
if (path) {
|
||||
$('#txtDevicePath', page).val(path);
|
||||
$('.txtDevicePath', page).val(path);
|
||||
}
|
||||
picker.close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user