From 260b62361e031b3a0d4261e892170f294825ed61 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Fri, 21 Mar 2008 04:43:48 +0000 Subject: fixed recently played, removed a bunch of useless files, added new methods to api as requested by dev, fixed some minor issues with enabling of localplay methods --- templates/show_index.inc.php | 2 +- templates/show_user.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/show_index.inc.php b/templates/show_index.inc.php index 3f56d73e..938313c8 100644 --- a/templates/show_index.inc.php +++ b/templates/show_index.inc.php @@ -40,7 +40,7 @@
format(); " . _('Recently Played') . "\n"; - $data = get_recently_played($client->id); + $data = Song::get_recently_played($client->id); require Config::get('prefix') . '/templates/show_recently_played.inc.php'; ?> -- cgit