Run pre-commit

This commit is contained in:
purple_emily
2024-03-08 14:34:53 +00:00
parent 31e16df720
commit 79409915cf
221 changed files with 525 additions and 526 deletions

View File

@@ -21003,4 +21003,4 @@
"year": "20012003"
}
]
}
}

View File

@@ -229,4 +229,4 @@
"hasScheduledVideos": false
}
}
}
}

View File

@@ -2488,4 +2488,4 @@
"imdb_id": "tt0409591"
},
"cacheMaxAge": 43200
}
}

View File

@@ -108,4 +108,4 @@
],
"q": "the_flash%201990",
"v": 1
}
}

View File

@@ -370,4 +370,4 @@
"hasScheduledVideos": true
}
}
}
}

View File

@@ -1057,4 +1057,4 @@
}
],
"cacheMaxAge": 43200
}
}

View File

@@ -37,4 +37,4 @@ export {
cinemetaQueryResponse,
cinemetaFlashMetadataSearchTestResponse,
checkIfImdbEpisode
}
}

View File

@@ -2,4 +2,4 @@ import {http, HttpResponse} from "msw";
export const trackerTestResponse = http.get('https://ngosang.github.io/trackerslist/trackers_all.txt', () => {
return HttpResponse.text('http://tracker1.com\nhttp://tracker2.com')
});
});