fix(ROKU): Add tv special label
This commit is contained in:
parent
7786d89a4d
commit
4e9f6af30c
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user