1
0
Fork 0
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:
Luke Pulverenti 2016-04-21 00:31:24 -04:00
parent 756de28bbf
commit 2cc895eff5

View file

@ -71,7 +71,7 @@
includeFiles: true,
callback: function (path) {
if (path) {
$('#txtDevicePath', page).val(path);
$('.txtDevicePath', page).val(path);
}
picker.close();
}