Skip to content

Commit 92b1ce2

Browse files
authored
feat: add Chrunchyroll (#1159)
1 parent 4a47ef8 commit 92b1ce2

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

deno/payloads/v10/user.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ export enum ConnectionService {
276276
AmazonMusic = 'amazon-music',
277277
BattleNet = 'battlenet',
278278
BungieNet = 'bungie',
279+
Crunchyroll = 'crunchyroll',
279280
Domain = 'domain',
280281
eBay = 'ebay',
281282
EpicGames = 'epicgames',

deno/payloads/v9/user.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,18 +276,19 @@ export enum ConnectionService {
276276
AmazonMusic = 'amazon-music',
277277
BattleNet = 'battlenet',
278278
BungieNet = 'bungie',
279+
Crunchyroll = 'crunchyroll',
279280
Domain = 'domain',
280281
eBay = 'ebay',
281282
EpicGames = 'epicgames',
282283
Facebook = 'facebook',
283284
GitHub = 'github',
284285
Instagram = 'instagram',
285286
LeagueOfLegends = 'leagueoflegends',
287+
PayPal = 'paypal',
286288
PlayStationNetwork = 'playstation',
287289
Reddit = 'reddit',
288290
RiotGames = 'riotgames',
289291
Roblox = 'roblox',
290-
PayPal = 'paypal',
291292
Spotify = 'spotify',
292293
Skype = 'skype',
293294
Steam = 'steam',

payloads/v10/user.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ export enum ConnectionService {
276276
AmazonMusic = 'amazon-music',
277277
BattleNet = 'battlenet',
278278
BungieNet = 'bungie',
279+
Crunchyroll = 'crunchyroll',
279280
Domain = 'domain',
280281
eBay = 'ebay',
281282
EpicGames = 'epicgames',

payloads/v9/user.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,18 +276,19 @@ export enum ConnectionService {
276276
AmazonMusic = 'amazon-music',
277277
BattleNet = 'battlenet',
278278
BungieNet = 'bungie',
279+
Crunchyroll = 'crunchyroll',
279280
Domain = 'domain',
280281
eBay = 'ebay',
281282
EpicGames = 'epicgames',
282283
Facebook = 'facebook',
283284
GitHub = 'github',
284285
Instagram = 'instagram',
285286
LeagueOfLegends = 'leagueoflegends',
287+
PayPal = 'paypal',
286288
PlayStationNetwork = 'playstation',
287289
Reddit = 'reddit',
288290
RiotGames = 'riotgames',
289291
Roblox = 'roblox',
290-
PayPal = 'paypal',
291292
Spotify = 'spotify',
292293
Skype = 'skype',
293294
Steam = 'steam',

0 commit comments

Comments
 (0)