From b266a1a588df1f05ca1094d60268adf9461d5e98 Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 2 Aug 2017 18:23:39 -0400 Subject: [PATCH] fix typo --- src/citelao/Spotifious/Spotifious.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/citelao/Spotifious/Spotifious.php b/src/citelao/Spotifious/Spotifious.php index 65c7b67..dee0547 100644 --- a/src/citelao/Spotifious/Spotifious.php +++ b/src/citelao/Spotifious/Spotifious.php @@ -172,7 +172,7 @@ public function process($action) { // Handle JSON if given - print_r("GGGG"); + // print_r("GGGG"); if($action[0] == "{") { $json = JsonParser::parse($action); $options = (isset($json->options)) @@ -390,7 +390,7 @@ protected function update_playlists_cache($api) { ? $playlist->owner->display_name : (property_exists($playlist->owner, 'id')) ? $playlist->owner->id - : "unkown" + : "unknown" ); } $datetime = new \DateTime("now");