mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-18 15:22:01 +00:00
Put astra above nova because nova keeps breaking
This commit is contained in:
parent
387b5d8902
commit
27b1b48747
1 changed files with 2 additions and 2 deletions
|
|
@ -7,12 +7,12 @@ const providers = [
|
|||
{
|
||||
id: 'nova',
|
||||
name: 'VidBinge Nova',
|
||||
rank: 701,
|
||||
rank: 700,
|
||||
},
|
||||
{
|
||||
id: 'astra',
|
||||
name: 'VidBinge Astra',
|
||||
rank: 700,
|
||||
rank: 701,
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue