From 4e9f6af30c3d7eba4fce7b1845b40c8de3504242 Mon Sep 17 00:00:00 2001
From: stabbedbybrick <125766685+stabbedbybrick@users.noreply.github.com>
Date: Sun, 29 Sep 2024 15:57:55 +0200
Subject: [PATCH] fix(ROKU): Add tv special label

---
 services/ROKU/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/ROKU/__init__.py b/services/ROKU/__init__.py
index cc51f87..ad54a27 100644
--- a/services/ROKU/__init__.py
+++ b/services/ROKU/__init__.py
@@ -100,7 +100,7 @@ class ROKU(Service):
             self.log.error("This title is temporarily unavailable or expired")
             sys.exit(1)
 
-        if data["type"] == "movie":
+        if data["type"] in ["movie", "tvspecial"]:
             return Movies(
                 [
                     Movie(