mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix: don't show errors during catalog pagination to avoid repeated requests
This commit is contained in:
@@ -332,6 +332,13 @@ export class AIOStreams {
|
||||
extrasString
|
||||
);
|
||||
} catch (error) {
|
||||
if (extras && extras.includes('skip')) {
|
||||
return {
|
||||
success: true,
|
||||
data: [],
|
||||
errors: [],
|
||||
};
|
||||
}
|
||||
return {
|
||||
success: false,
|
||||
data: [],
|
||||
|
||||
Reference in New Issue
Block a user