added starz and showtime

This commit is contained in:
2022-03-28 19:48:18 -04:00
parent b68daead14
commit a765093f64

View File

@@ -102,6 +102,10 @@ def services_speller(service):
service_proper = "Apple TV+"
elif service == "paramount":
service_proper = "Paramount+"
elif service == "starz":
service_proper = "STARZ"
elif service == "showtime":
service_proper = "Showtime"
else:
return service
return service_proper