From 3c5bac98a1faefd053264c80c8a95f291a5440a8 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Thu, 5 Apr 2018 08:39:49 -0400 Subject: [PATCH] Add Hidive to streaming service mapping --- public/images/streaming-logos/hidive.svg | 7 +++++++ src/API/Kitsu.php | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 public/images/streaming-logos/hidive.svg diff --git a/public/images/streaming-logos/hidive.svg b/public/images/streaming-logos/hidive.svg new file mode 100644 index 00000000..4f58126d --- /dev/null +++ b/public/images/streaming-logos/hidive.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/API/Kitsu.php b/src/API/Kitsu.php index 9443fbe6..6a0cabfd 100644 --- a/src/API/Kitsu.php +++ b/src/API/Kitsu.php @@ -89,6 +89,13 @@ class Kitsu { 'image' => 'streaming-logos/funimation.svg', ]; + case 'www.hidive.com': + return [ + 'name' => 'Hidive', + 'link' => TRUE, + 'image' => 'streaming-logos/hidive.svg', + ]; + case 'www.hulu.com': return [ 'name' => 'Hulu',