Missing playlist link added
This commit is contained in:
parent
484a5c2431
commit
5c19372bb6
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@
|
|||
{if $playlists}
|
||||
{foreach $playlists as $playlist}
|
||||
<div class="playlist clearfix">
|
||||
<h3>{$playlist.playlist_name}</h3>
|
||||
<a href="{videoLink vdetails=$playlist['first_item']|@json_decode}&play_list={$playlist.playlist_id}"><h3>{$playlist.playlist_name}</h3></a>
|
||||
{$items = get_playlist_items($playlist.playlist_id)}
|
||||
<div class="clearfix row">
|
||||
{foreach $items as $item}
|
||||
|
|
Loading…
Add table
Reference in a new issue