Fixed unnecessary property errors, updated unprint to address HTTP JSON response header issue.
This commit is contained in:
@@ -86,7 +86,7 @@ function scrapeAll(scenes, channel) {
|
||||
}
|
||||
|
||||
async function fetchLatest(channel, page = 1) {
|
||||
if (!channel.parameters.studioId) {
|
||||
if (!channel.parameters?.studioId) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user