mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-25 15:45:33 -07:00
Update playback_m3u.tpl
This commit is contained in:
parent
f4ff675b6d
commit
1223a65459
1 changed files with 16 additions and 1 deletions
|
@ -1,5 +1,19 @@
|
|||
<h1 class="pagetitle">{PAGE_TITLE}</h1>
|
||||
|
||||
<script type="text/javascript">
|
||||
ajax.ffprobe_info = function (file_index) {
|
||||
ajax.exec({
|
||||
action: 'ffprobe_info',
|
||||
attach_id: {ATTACH_ID},
|
||||
info_hash: {INFO_HASH},
|
||||
file_index: file_index
|
||||
});
|
||||
};
|
||||
ajax.callback.ffprobe_info = function (data) {
|
||||
$('#cache').html(data.cache_html);
|
||||
}
|
||||
</script>
|
||||
|
||||
<table class="forumline">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -27,7 +41,8 @@
|
|||
<!-- END ffprobe -->
|
||||
</td>
|
||||
<td>
|
||||
<a href="#" onclick="return false;" class="copyElement" data-clipboard-text="{m3ulist.STREAM_LINK}">{L_COPY_STREAM_LINK}</a> ·
|
||||
<a href="#" onclick="return false;" class="copyElement"
|
||||
data-clipboard-text="{m3ulist.STREAM_LINK}">{L_COPY_STREAM_LINK}</a> ·
|
||||
<a target="_blank" href="{m3ulist.M3U_DL_LINK}">{L_DOWNLOAD_M3U_FILE}</a>
|
||||
<hr>
|
||||
<!-- IF m3ulist.IS_VALID --><!-- IF m3ulist.IS_AUDIO -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue