mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[scraper] fix us country name
This commit is contained in:
@@ -338,6 +338,7 @@ function decomposeEpisodeTitleFiles(torrent, files, metadata) {
|
||||
|
||||
function getTimeZoneOffset(country) {
|
||||
switch (country) {
|
||||
case 'United States':
|
||||
case 'USA':
|
||||
return '-08:00';
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user