added peacock

This commit is contained in:
2022-04-02 16:14:22 -04:00
parent efd141aba0
commit 881babc5fc

View File

@@ -76,6 +76,8 @@ def services_speller(service):
service_proper = "STARZ"
elif service == "showtime":
service_proper = "Showtime"
elif service == "peacock":
service_proper = "Peacock"
else:
return service
return service_proper