diff options
Diffstat (limited to 'lib/playlist.lib.php')
-rw-r--r-- | lib/playlist.lib.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/playlist.lib.php b/lib/playlist.lib.php index 2bf524b2..4dd54c5f 100644 --- a/lib/playlist.lib.php +++ b/lib/playlist.lib.php @@ -60,8 +60,8 @@ function show_playlists() { * runing get_items() */ function show_playlist($playlist) { - - /* Create the Playlist */ + + /* Create the Playlist */ $song_ids = $playlist->get_items(); show_playlist_menu(); |