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',