summaryrefslogtreecommitdiff
path: root/app/AnimeStats.php
diff options
context:
space:
mode:
authorhorus2020-03-24 17:18:39 +0100
committerhorus2020-03-24 17:18:39 +0100
commit74e73666e5f79fe5862bc9cd2c8d244004c381b4 (patch)
treea062e461d0be935993161ca07a8b0f8cddf2f911 /app/AnimeStats.php
parentd68ed7e017f5a6bedb78c46af88dbc9cb7e881d7 (diff)
downloadsenpai-74e73666e5f79fe5862bc9cd2c8d244004c381b4.tar.gz
Integrate chart.js to display anime stats.
Diffstat (limited to 'app/AnimeStats.php')
-rw-r--r--app/AnimeStats.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/AnimeStats.php b/app/AnimeStats.php
index 765d24f..a4f3396 100644
--- a/app/AnimeStats.php
+++ b/app/AnimeStats.php
@@ -112,6 +112,7 @@ class AnimeStats extends Model {
echo "Error requesting AnimeStats for " . $this->mal_id ."\n";
echo "Message: " . $e->getMessage();
echo "\n\n";
+ return;
}
$this->watching = $animeStats->getWatching();