diff --git a/src/API/Kitsu.php b/src/API/Kitsu.php index cc9ea7ca..6716339b 100644 --- a/src/API/Kitsu.php +++ b/src/API/Kitsu.php @@ -73,6 +73,13 @@ class Kitsu { 'image' => 'streaming-logos/crunchyroll.svg', ]; + case 'www.daisuki.net': + return [ + 'name' => 'Daisuki', + 'link' => TRUE, + 'image' => 'streaming-logos/daisuki.svg' + ]; + case 'www.funimation.com': return [ 'name' => 'Funimation', @@ -87,6 +94,13 @@ class Kitsu { 'image' => 'streaming-logos/hulu.svg', ]; + case 'www.viewster.com': + return [ + 'name' => 'Viewster', + 'link' => TRUE, + 'image' => 'streaming-logos/viewster.svg' + ]; + // Default to Netflix, because the API links are broken, // and there's no other real identifier for Netflix default: