Skip to content

Commit 88d9a38

Browse files
committed
fixed error response where it was using old repo name
1 parent 57c4835 commit 88d9a38

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/extractors/2Embed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function createErrorObject(errorMessage) {
3030
ERROR: [{
3131
error: `ERROR`,
3232
what_happened: errorMessage,
33-
report_issue: 'https://github.com/Inside4ndroid/vidsrc-api-js/issues'
33+
report_issue: 'https://github.com/Inside4ndroid/TMDB-Embed-API/issues'
3434
}]
3535
};
3636
}

src/extractors/embedsu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function createErrorObject(errorMessage) {
66
ERROR: [{
77
error: `ERROR`,
88
what_happened: errorMessage,
9-
report_issue: 'https://github.com/Inside4ndroid/vidsrc-api-js/issues'
9+
report_issue: 'https://github.com/Inside4ndroid/TMDB-Embed-API/issues'
1010
}]
1111
};
1212
}

src/workers/sites/2Embed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function createErrorObject(errorMessage) {
3030
ERROR: [{
3131
error: `ERROR`,
3232
what_happened: errorMessage,
33-
report_issue: 'https://github.com/Inside4ndroid/vidsrc-api-js/issues'
33+
report_issue: 'https://github.com/Inside4ndroid/TMDB-Embed-API/issues'
3434
}]
3535
};
3636
}

src/workers/sites/AutoEmbed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function createErrorObject(errorMessage) {
1414
ERROR: [{
1515
error: `ERROR`,
1616
what_happened: errorMessage,
17-
report_issue: 'https://github.com/Inside4ndroid/vidsrc-api-js/issues'
17+
report_issue: 'https://github.com/Inside4ndroid/TMDB-Embed-API/issues'
1818
}]
1919
};
2020
};

src/workers/sites/Embedsu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function createErrorObject(errorMessage) {
66
ERROR: [{
77
error: `ERROR`,
88
what_happened: errorMessage,
9-
report_issue: 'https://github.com/Inside4ndroid/vidsrc-api-js/issues'
9+
report_issue: 'https://github.com/Inside4ndroid/TMDB-Embed-API/issues'
1010
}]
1111
};
1212
}

src/workers/sites/VidsrcSU.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function createErrorObject(errorMessage) {
1414
ERROR: [{
1515
error: `ERROR`,
1616
what_happened: errorMessage,
17-
report_issue: 'https://github.com/Inside4ndroid/vidsrc-api-js/issues'
17+
report_issue: 'https://github.com/Inside4ndroid/TMDB-Embed-API/issues'
1818
}]
1919
};
2020
};

0 commit comments

Comments
 (0)