fix(ROKU): Add tv special label

This commit is contained in:
stabbedbybrick 2024-09-29 15:57:55 +02:00
parent 7786d89a4d
commit 4e9f6af30c

View File

@ -100,7 +100,7 @@ class ROKU(Service):
self.log.error("This title is temporarily unavailable or expired") self.log.error("This title is temporarily unavailable or expired")
sys.exit(1) sys.exit(1)
if data["type"] == "movie": if data["type"] in ["movie", "tvspecial"]:
return Movies( return Movies(
[ [
Movie( Movie(