Skip to content

Commit

Permalink
Fix #983
Browse files Browse the repository at this point in the history
  • Loading branch information
SirSparkles committed Jul 29, 2023
1 parent 0ff506d commit 97116e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TVRename/Utility/Helper/TimeZoneHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static bool IsStreamingService(this string? network)
return false;
}

string[] streamers = { "Netflix","Apple TV+","Disney+","Amazon Prime Video","Paramount+" };
string[] streamers = { "Netflix","Apple TV+","Disney+","Amazon Prime Video","Paramount+", "Hulu", "Peacock", "Discovery+" };

return streamers.Contains(network);
}
Expand All @@ -40,7 +40,7 @@ public static string TimeZoneForNetwork(string? network, string defaultTimeZone)
string[] ausTv = { "ABC4Kids", "Stan", "Showcase (AU)", "PBS Kids Sprout", "SBS (AU)", "Nine Network", "ABC (AU)" };
string[] usTv =
{
"ABC (US)", "Amazon", "AMC", "BBC America", "Bravo", "Cartoon Network", "CBC (CA)", "CBS", "Cinemax",
"ABC", "ABC (US)", "Amazon", "AMC", "BBC America", "Bravo", "Cartoon Network", "CBC (CA)", "CBS", "Cinemax",
"CNN", "Comedy Central", "Discovery Family", "Disney Channel", "Disney Junior", "Disney XD", "Disney+",
"ESPN", "FOX", "FX", "FXX", "HBO", "History", "Hulu", "IFC", "MTV", "National Geographic", "NBC",
"Netflix", "NHK", "PBS", "Showtime", "Starz", "Syfy", "TBS", "The CW", "TNT (US)", "Travel Channel",
Expand Down

0 comments on commit 97116e5

Please sign in to comment.