Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
citelao committed Aug 2, 2017
1 parent 8d88ee4 commit b266a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/citelao/Spotifious/Spotifious.php
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -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");
Expand Down

0 comments on commit b266a1a

Please sign in to comment.