mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Update playback_m3u.tpl
This commit is contained in:
parent
47e7779e11
commit
8d30f9f01b
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
|||
ajax.callback.ffprobe_info = function (data) {
|
||||
if (data.ffprobe_data) {
|
||||
$('#ffprobe_{m3ulist.ROW_NUMBER}').html(data.ffprobe_data);
|
||||
} else {
|
||||
$('#ffprobe_{m3ulist.ROW_NUMBER}').html('TODO: ...');
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue