diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-03 09:14:38 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-03 09:14:38 +0000 |
commit | 99baf7582de072847cf6307d5b291168520554b1 (patch) | |
tree | 237171eb19f3a9012488cd7f2c5b82608a17b861 /templates/show_playlist.inc.php | |
parent | 28f7ad7026a864479feb92007315a22096c9e6d2 (diff) | |
download | ampache-99baf7582de072847cf6307d5b291168520554b1.tar.gz ampache-99baf7582de072847cf6307d5b291168520554b1.tar.bz2 ampache-99baf7582de072847cf6307d5b291168520554b1.zip |
added paging to the playlist view, corrected a few stupid parse errors / mistakes
Diffstat (limited to 'templates/show_playlist.inc.php')
-rw-r--r-- | templates/show_playlist.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/show_playlist.inc.php b/templates/show_playlist.inc.php index a1855c79..1b8b899d 100644 --- a/templates/show_playlist.inc.php +++ b/templates/show_playlist.inc.php @@ -37,6 +37,7 @@ $web_path = Config::get('web_path'); <?php $object_ids = $playlist->get_items(); Browse::set_type('playlist_song'); + Browse::add_supplemental_object('playlist',$playlist->id); Browse::save_objects($object_ids); Browse::show_objects($object_ids); ?> |